leporo / tornado-redis

Asynchronous Redis client that works within Tornado IO loop.
667 stars 163 forks source link

Reset connection password on disconnect #32

Closed sinamt closed 11 years ago

sinamt commented 11 years ago

This is a fix for re-connecting to a password-protected server; it allows the AUTH command to be re-sent correctly on a re-connect.

leporo commented 11 years ago

Thank you