leporo / tornado-redis

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

Handle disconnection while subscribed to a channel #22

Closed lessandro closed 11 years ago

lessandro commented 11 years ago

This will notify the user that a disconnection occurred by invoking the callback passed to listen() with None instead of a message parameter.

See issue #20