python3-django-redis

Redis cache backend for Django (Python 3)
  https://github.com/niwinz/django-redis
  0
  no reviews



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.