mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

returns Errno::ECONNRESET instead of a simple string #8

Closed zllak closed 11 years ago

zllak commented 13 years ago

When the redis disconnect, the message "Redis disconnected" was given to the Defferable.fail method. A errno value is easier to check than a simple string.