ImportError: No module named redis_cache ImportError: No module named redis_cache django django

ImportError: No module named redis_cache


You are supposed to add django_redis instead of redis_cache.

The documentation says:

if you are coming from django-redis < 3.8.x, you are probably using redis_cache. Since django-redis 3.8.x, redis_cache module is deprecated in favor to django_redis. The redis_cache module will be removed in 3.9.x versions.


Redis cache backend for Django

Run python setup.py install to install, or place django_redis on your Python path.

You can also install it with: pip install django-redis


Use following command as available at this:

pip install redis-simple-cache