An asynchronous Redis client library for the Twisted Python framework (http://www.twistedmatrix.com).
Included are two protocol implementations, one using a custom Twisted based protocol parser, and another using the hiredis protocol parser (https://github.com/pietern/hiredis-py).
To install hiredis simply:
pip install -U hiredis
There is not a txredis list (yet) but questions can be raised on the redis-client mailing list, or you can ask:
- Reza Lotun <rlotun@gmail.com>
- Dorian Raymer <deldotdr@gmail.com>
File bug reports and any other feedback with the issue tracker at http://github.com/deldotdr/txRedis/issues/