leporo / tornado-redis

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

Use the current thread IOLoop instead. #52

Closed cheungpat closed 10 years ago

cheungpat commented 10 years ago

This allows Client to use the current IOLoop instead of requiring programs to pass in the IOLoop as an argument.

leporo commented 10 years ago

Thank you