evilkost / brukva

Asynchronous Redis client that works within Tornado IO loop.
Other
265 stars 33 forks source link

Circular reference to Client object removal #17

Closed leporo closed 12 years ago

leporo commented 12 years ago

A circular reference to a Client object via Connection and _AsyncWrapper objects has been removed. An extra copy of the Client.zcard method has been removed.