Open
Description
What happened?
My project uses Django version 4.1.9 and cachalot 2.5.3 (latest version). I just added the CACHES (BACKEND: "django.core.cache.backends.redis.RedisCache"
) option in Django and added the UpdateCacheMiddleware
and FetchFromCacheMiddleware
middlewares plus added "cachalot" to my installed_apps. Now when I patch/ put anything I am getting a correct and updated response (200 with the changes) but when I try to GET the resource it still shows the old response (200 without the changes).
What should've happened instead?
Django cachalot should have invalidated the cache.
Metadata
Metadata
Assignees
Labels
No labels