You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: