sebleier / django-redis-cache

A Redis cache backend for django
http://django-redis-cache.readthedocs.org/en/latest/
Other
1.04k stars 223 forks source link

How is this different from Django 4.0's built in redis support? #210

Open mlissner opened 1 year ago

mlissner commented 1 year ago

Django 4.0 seems to support a lot of the same functionality as this project. I'm curious how this project differs from that functionality.

Is there a comparison somewhere?

FWIW, django-redis has this question as a pinned issue at the top of their issues list: https://github.com/jazzband/django-redis/issues/585

Thanks!