• Stars
    star
    128
  • Rank 279,427 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created over 14 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Redis client library for Twisted Python

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.