How to Install and Uninstall python3-txredisapi.noarch Package on Fedora 35

Last updated: September 30,2024

1. Install "python3-txredisapi.noarch" package

This guide let you learn how to install python3-txredisapi.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-txredisapi.noarch

2. Uninstall "python3-txredisapi.noarch" package

This is a short guide on how to uninstall python3-txredisapi.noarch on Fedora 35:

$ sudo dnf remove python3-txredisapi.noarch $ sudo dnf autoremove

3. Information about the python3-txredisapi.noarch package on Fedora 35

Last metadata expiration check: 1:03:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-txredisapi
Version : 1.4.7
Release : 1.fc35
Architecture : noarch
Size : 52 k
Source : python-txredisapi-1.4.7-1.fc35.src.rpm
Repository : updates
Summary : Non-blocking Redis client for Python
URL : http://github.com/fiorix/txredisapi
License : ASL 2.0
Description : 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.