Hi team,
We are using Strapi version 4.25.8 with below caching plugin version:
"strapi-plugin-redis": "^1.0.1",
"strapi-plugin-rest-cache": "^4.2.8",
"strapi-provider-rest-cache-redis": "^4.2.8",
As per my understanding, currently we can purge REST cache only through admin portal.
We need REST API to purge the cache of perticuar Strapi collections.
So that those APIs can be called through DevOps pipelines and we have control over what is getting purged.
Regards,
Shantinath
Hi team,
We are using Strapi version 4.25.8 with below caching plugin version:
"strapi-plugin-redis": "^1.0.1",
"strapi-plugin-rest-cache": "^4.2.8",
"strapi-provider-rest-cache-redis": "^4.2.8",
As per my understanding, currently we can purge REST cache only through admin portal.
We need REST API to purge the cache of perticuar Strapi collections.
So that those APIs can be called through DevOps pipelines and we have control over what is getting purged.
Regards,
Shantinath