A Redis cache backend for Django, providing a simple and efficient way to use Redis as your cache store. Current version is 3.0.1. The library is stable with infrequent releases, mainly maintenance updates. It supports Django 2.2+.
pip install django-redis-cacheVerified import paths — ran on the pinned version, not inferred.
Configure the Redis cache backend and use Django's cache API.
Ensure you install the correct library and use the correct backend string.
If you previously installed 'redis-cache', you need to uninstall and install 'django-redis-cache'.
Update your CACHES settings: BACKEND = 'redis_cache.RedisCache'