How to Install and Uninstall python3-django-redis Package on Kali Linux

Last updated: May 03,2024

1. Install "python3-django-redis" package

Please follow the guidelines below to install python3-django-redis on Kali Linux

$ sudo apt update $ sudo apt install python3-django-redis

2. Uninstall "python3-django-redis" package

In this section, we are going to explain the necessary steps to uninstall python3-django-redis on Kali Linux:

$ sudo apt remove python3-django-redis $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-redis package on Kali Linux

Package: python3-django-redis
Source: django-redis
Version: 5.4.0-1
Installed-Size: 137
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django (>= 2:2.2), python3-redis, python3:any
Size: 31856
SHA256: 0882c078c0ca2fcb583d44d45f74b1cddbf5995e5febef888ebaf485f0eb7230
SHA1: b6d8537f1abd142951c3e78b6e4a7df2646e04c8
MD5sum: 826f5afd2984c6ee2e4171ece09a1374
Description: Redis cache backend for Django (Python 3)
django-redis is a full featured Redis cache/session backend for Django. It
provides several features to fully utilize Redis:
* Pluggable clients.
* Pluggable parsers.
* Pluggable serializers.
* Master-Replica support in the default client.
* Supports infinite timeouts.
* Facilities for raw access to Redis client/connection pool.
* Highly configurable (can emulate memcached exception behavior, for example).
* Unix sockets supported by default.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/niwinz/django-redis
Section: python
Priority: optional
Filename: pool/main/d/django-redis/python3-django-redis_5.4.0-1_all.deb