You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also want to provide caching in Redis as it's an in-memory data structure store that can be used as a caching engine. In order to provide it, we need to add the package django-redis as a new project dependency and make possible to change between Memcached and RedisCache in the configuration.
The text was updated successfully, but these errors were encountered:
Proposal
We also want to provide caching in Redis as it's an in-memory data structure store that can be used as a caching engine. In order to provide it, we need to add the package
django-redis
as a new project dependency and make possible to change between Memcached and RedisCache in the configuration.The text was updated successfully, but these errors were encountered: