Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1012 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 1012 Bytes

txRedis

Asynchronous Redis client for Twisted Python.

Install

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

Bugs

File bug reports and any other feedback with the issue tracker at http://github.com/deldotdr/txRedis/issues/

Contributing

Please open a pull request at http://github.com/deldotdr/txRedis and be sure to include tests.

Contact

There is no a txRedis list but questions can be raised in the issues area or in the Redis community.