How to Install and Uninstall python3-rediscluster Package on Kali Linux

Last updated: May 09,2024

1. Install "python3-rediscluster" package

Please follow the step by step instructions below to install python3-rediscluster on Kali Linux

$ sudo apt update $ sudo apt install python3-rediscluster

2. Uninstall "python3-rediscluster" package

Please follow the step by step instructions below to uninstall python3-rediscluster on Kali Linux:

$ sudo apt remove python3-rediscluster $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rediscluster package on Kali Linux

Package: python3-rediscluster
Source: redis-py-cluster
Version: 2.0.0-2
Installed-Size: 132
Maintainer: Debian Python Team
Architecture: all
Depends: python3-redis, python3:any
Size: 29472
SHA256: b131f677cc01b07ae32c3b81666a2b2713b1b231da5eb7d9e562f076b4f680e6
SHA1: 6c0266d6761ca6af7b31700ff30134e769a35065
MD5sum: f73d231012a2ac22c0c57f737815e1ef
Description: Python interface to a cluster of Redis key-value stores
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
redis-py-cluster provides Python bindings to Redis Cluster, the distributed
implementation of the Redis key-value store, available upstream since Redis
3.0.
.
This package provides the Python 3 version of the rediscluster module.
Description-md5:
Homepage: https://redis-py-cluster.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/r/redis-py-cluster/python3-rediscluster_2.0.0-2_all.deb