fatihbm opened a new issue #6676: URL: https://github.com/apache/apisix/issues/6676
### Description Hi, I have wondered, is there any particular reason why the proxy-cache plugin doesn't have redis backend support for cache_strategy? If it had been this support, it could provide distributed cache support and give the object's validity more accurately without node dependency. Currently, the validity of the content to be cached is determined only when a request is made to the relevant apisix node independent of other nodes. Therefore, each node is responsible for its own cache time. So that causes problems when caching highly variable objects under high traffic. For example, one user can have an older version, and another can have a newer version even if they requested it at the same time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
