Description
Install via pip. Usage examples can be found in the examples/ directory of this repository.
txRedis alternatives and similar packages
Based on the "NoSQL Databases" category.
Alternatively, view txRedis alternatives based on common mentions on social networks and blogs.
-
cassandra-python-driver
DataStax Python Driver for Apache Cassandra -
HappyBase
A developer-friendly Python library to interact with Apache HBase -
telephus
Telephus is a connection pooled, low-level client API for Cassandra in Twisted python. -
py2neo
Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of txRedis or a related project?
Popular Comparisons
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.