strapi-community / strapi-plugin-rest-cache

Speed-up HTTP requests with LRU cache.
https://strapi-community.github.io/strapi-plugin-rest-cache/
MIT License
129 stars 29 forks source link

Redis cache invalidation on entity update #94

Open de00x opened 3 months ago

de00x commented 3 months ago

Hey everyone. Could you please help me out? I'm facing an issue with Redis caching. When one entity in the Strapi collection is modified, Redis removes the entire cache for that entity, and everything gets reset. P.S. Maybe it's because we're using the REST API? I'll leave the libraries we're using on the project: "strapi-plugin-redis": "1.0.1", "strapi-plugin-rest-cache": "4.2.8", "strapi-provider-rest-cache-redis": "4.2.8",