p5-RedisDB / RedisDB

Perl extension to access Redis
22 stars 11 forks source link

Change host:port splits to allow for Redis IPv6 format #25

Closed mooinglemur closed 9 years ago

mooinglemur commented 9 years ago

Redis IPv6 host:port uses the unfortunate format of 2001:db8:a:b:1:2:3:4:5678. The old code did not split IPv6 addresses properly. The updated code should be IPv4/IPv6 agnostic, since it splits on the final colon rather than the first.

trinitum commented 9 years ago

Thank you, I just uploaded RedisDB 2.45 to CPAN

mooinglemur commented 9 years ago

Thanks for the quick response! =D