Popularity
2.3
Declining
Activity
0.0
Stable
127
8
41

Description

Install via pip. Usage examples can be found in the examples/ directory of this repository.

Code Quality Rank: L4
Programming language: Python
License: Apache License 2.0

txRedis alternatives and similar packages

Based on the "NoSQL Databases" category.
Alternatively, view txRedis alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of txRedis or a related project?

Add another 'NoSQL Databases' Package

README

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.