django-cache-url
django-cache-url copied to clipboard
django-redis support for Django>=4.0
Hi there,
Is there a way to instruct django-cache-url
to use django-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