mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Authenticate before selecting database. Fixes #9. #11

Closed dgraham closed 12 years ago

dgraham commented 12 years ago

The fix for issue #9 is easy. We just need to authenticate with redis before selecting a database. Let me know if you need anything else to close out this issue!

mloughran commented 12 years ago

Seems pretty clear cut ;) thanks