epicserve / django-cache-url

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

Support Django 4.0's native Redis backend #16

Closed niccolomineo closed 2 years ago

niccolomineo commented 2 years ago

Django 4.0 supports Redis natively but, at the moment, using django-cache-url in conjunction with this Django version still requires, at a minimum, to install the django-redis dependency.