strapi-community/strapi-plugin-rest-cache

Redis cache invalidation on entity update

Closed this issue · 1 comments

de00x commented

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",

Duplicate of #94