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

Last updated: October 07,2024

1. Install "python3-txredisapi.noarch" package

This is a short guide on how to install python3-txredisapi.noarch on Fedora 36

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

2. Uninstall "python3-txredisapi.noarch" package

This tutorial shows how to uninstall python3-txredisapi.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:43:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-txredisapi
Version : 1.4.7
Release : 1.fc36
Architecture : noarch
Size : 52 k
Source : python-txredisapi-1.4.7-1.fc36.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.