strapi-plugin-rest-cache
strapi-plugin-rest-cache copied to clipboard
Redis Cache gets cleared completely when updating any data
I am using strapi-plugin-rest-cache with Redis for caching API. Using it with 4.x version of strapi.
As I check the Redis after calling two API, there will be data stored in Redis. But while updating any of the one data from strapi admin, all the data gets cleared from Redis.
I have the same problem, @gilson-perfomatix you can try remove keysPrefix. It working with me
Any update on this fix guys? Is it working as expected now ?
Isn't this how it's supposed to be working? meaning shouldn't the cache be cleared when the data is updated to always have fresh data?
Isn't this how it's supposed to be working? meaning shouldn't the cache be cleared when the data is updated to always have fresh data?
Yes that is correct