shogo82148 / Redis-Fast

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

Use new way to check if connection fail #38

Closed celogeek closed 9 years ago

celogeek commented 9 years ago

You need to use the "ac->err", because ac is defined if connection fail.

Otherwise it crash hard.