Open gilson-perfomatix opened 2 years ago
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
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.