-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this relevant with Django 4.0? #585
Comments
DISCLAIMER I am biased, since I am a user and a maintainer of Yes, but the native support of Furthermore, if you need more control over how the keys are stored,
Have a look here But, if you need very basic caching, In short, |
I feel you should integrate with |
It would be awesome to see some of these features make it upstream into Django core. |
FWIW it does look like Django supports From lower down the page at https://docs.djangoproject.com/en/4.0/topics/cache/#redis-1 :
|
We're at Django 5.x now, how much of this comparison / reasons to use django-redis are still valid? |
now it's even more diverged than before, because we support sentinel and more commands for different data structures such as hashmaps and sets. Future developments are going to add more support for specifics of redis, as with memcached as well, if you want or need a more advanced use case, you have to go outside of plain basic django |
Since Django 4.0 has native redis support, do we still need to use this library?
The text was updated successfully, but these errors were encountered: