brukva icon indicating copy to clipboard operation
brukva copied to clipboard

Asynchronous Redis client that works within Tornado IO loop.

Results 6 brukva issues
Sort by recently updated
recently updated
newest added

I added the HSETNX command (http://redis.io/commands/hsetnx), along with test cases to allow storing a value in a hash only if the key does not exist.

Hello, i added auth in client, and reconnecting if stream disconnected by timeout.

after doing curl http://localhost:8080/msg -d 'message=Hello!' I get: ERROR:root:Exception in callback Traceback (most recent call last): File "/Library/Python/2.6/site-packages/tornado-2.0-py2.6.egg/tornado/ioloop.py", line 370, in _run_callback callback() File "/Library/Python/2.6/site-packages/tornado-2.0-py2.6.egg/tornado/stack_context.py", line 159, in wrapped callback(_args,...

In the yield bench demo,if I do not open the redis server, the yield never returned, I think this is not a good idea

Cover all commands At the moment not many commands are covered. That's enough for proof of concept but complete coverage is a must.