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

Last updated: November 30,2024

1. Install "python3-txredisapi.noarch" package

Please follow the guidelines below to install python3-txredisapi.noarch on Fedora 38

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

2. Uninstall "python3-txredisapi.noarch" package

This guide covers the steps necessary to uninstall python3-txredisapi.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:06:39 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-txredisapi
Version : 1.4.7
Release : 4.fc38
Architecture : noarch
Size : 68 k
Source : python-txredisapi-1.4.7-4.fc38.src.rpm
Repository : fedora
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.