Non-blocking Redis client for Python
txredisapi is a non-blocking client driver for the Redis database, written in Python. It uses Twisted for the asynchronous communication with Redis. It started as a fork of the original Redis protocol for Twisted, and evolved into a more robust, reliable, and complete solution for applications like web servers. These types of applications often need a fault-tolerant pool of connections with multiple Redis servers, making it possible to easily develop and maintain distributed systems. Most of the Redis commands are supported, as well as other features such as silent reconnection, connection pools, and automatic sharding. This driver is distributed as part of the cyclone web framework.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.4.4-15.fc35 | - |
Fedora 35 | 1.4.4-15.fc35 | - |
Fedora 34 | 1.4.4-13.fc34 | - |
You can contact the maintainers of this package via email at
python-txredisapi dash maintainers at fedoraproject dot org
.