shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Check properly connection failure #39

Closed celogeek closed 9 years ago

celogeek commented 9 years ago

This is according to the doc of hiredis for async connection.

It crash badly if connection fail on 0.15.

shogo82148 commented 9 years ago

I got same error ( https://github.com/shogo82148/Redis-Fast/issues/35#issuecomment-78210202 ) on 0.15 and I made sure that your pull-req fix it. I will merge this pull-req. thank you!