epicserve / django-cache-url

Use Cache URLs in your Django Application
MIT License
18 stars 12 forks source link

django-redis support for Django>=4.0 #32

Open mojeto opened 5 months ago

mojeto commented 5 months ago

Hi there, Is there a way to instruct django-cache-url to usedjango-redis backend for Django cache in Django >= 4.0 ? There is ?lib=redis-cache for django-redis-cache, but nothing for django-redis. django.core.cache.backends.redis.RedisCache is a sensible default, but there should be a way to use django-redis if desired https://github.com/jazzband/django-redis/issues/585