Asynchronous Redis client for Twisted Python.
Install via pip. Usage examples can be found in the examples/ directory of this repository.
pip install txredis
Included are two protocol implementations, one using a custom Twisted
based protocol parser, and another using the hiredis protocol parser. If you would like to use hiredis, simply install it via pip and use the provided HiRedisClient
protocol:
pip install -U hiredis
File bug reports and any other feedback with the issue tracker at http://github.com/deldotdr/txRedis/issues/
Please open a pull request at http://github.com/deldotdr/txRedis and be sure to include tests.
There is no a txRedis list but questions can be raised in the issues area or in the Redis community.