django-cache-url icon indicating copy to clipboard operation
django-cache-url copied to clipboard

django-redis support for Django>=4.0

Open mojeto opened this issue 10 months ago • 0 comments

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

mojeto avatar Apr 11 '24 03:04 mojeto