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
The new django.core.cache.backends.redis.RedisCache cache backend provides built-in support for caching with Redis in Django version 4.0 and I used it in my application.
I've used the latest version django-cachalot and got this warning: Cache backend 'django.core.cache.backends.redis.RedisCache' is not supported by django-cachalot.
My question is: Does django-cachalot lib support the new django.core.cache.backends.redis.RedisCache cache backend in Django version 4.0?
Please help answer my question, thanks!
The text was updated successfully, but these errors were encountered:
@Andrew-Chen-Wang Thanks for your answer. But it still works well when using django.core.cache.backends.redis.RedisCache instead of django-redis, and I just need to mute that warning, right?
Question
The new
django.core.cache.backends.redis.RedisCache
cache backend provides built-in support for caching with Redis in Django version 4.0 and I used it in my application.I've used the latest version django-cachalot and got this warning:
Cache backend 'django.core.cache.backends.redis.RedisCache' is not supported by django-cachalot.
My question is: Does django-cachalot lib support the new
django.core.cache.backends.redis.RedisCache
cache backend in Django version 4.0?Please help answer my question, thanks!
The text was updated successfully, but these errors were encountered: