leporo / tornado-redis

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

Allow to pass a single key name as blpop/brpop method argument #14

Closed leporo closed 11 years ago

leporo commented 11 years ago

See this discussion: http://stackoverflow.com/questions/11243862/tornado-redis-rpop-works-but-brpop-doesnt/12097141

leporo commented 11 years ago

I did it on the connection_pool branch. As it's merged to master this issue may be closed.