How to Install python-django-redis in Ubuntu 18.04



Install python-django-redis by entering the following commands in the terminal:

sudo apt update
sudo apt install python-django-redis

Description:

Redis cache backend for Django (Python 2)

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-Slave 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 2 version of the package.

Homepage: https://github.com/niwinz/django-redis

Version: 4.9.0-1

Section: universe/python