tzssangglass commented on issue #6676: URL: https://github.com/apache/apisix/issues/6676#issuecomment-1076216675
When adding redis as a cache, do we need to force the cached data to be fetched from redis? In that case, there will be a performance loss. > 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 problem does exist, but is it not a very serious problem for proxy cache scenarios? I think that proxy caching allows cached data and upstream response data to be inconsistent within the cache time, which is something that will be considered at the beginning of the proxy cache design. Anyway, using redis as the cache implementation for proxy cache provides more options. -- 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]
