Re: [DISCUSS] Redis backend support for cache_strategy in proxy-cache plugin

2022-05-07 Thread Kwanhur Huang
Interesting. Kwanhur Huang TL;DR > 2022年5月7日 上午5:20,Fatih Bayram 写道: > > Hi everyone, > I thought it a good idea to do Redis backend support for the proxy cache. In > this way, cached objects are stored on a Redis server and will be shared > across all nodes at the same time. > So, will gain

[DISCUSS] Redis backend support for cache_strategy in proxy-cache plugin

2022-05-06 Thread Fatih Bayram
Hi everyone, I thought it a good idea to do Redis backend support for the proxy cache. In this way, cached objects are stored on a Redis server and will be shared across all nodes at the same time. So, will gain such as reducing the load on upstreams or central cache purge. for that, I opened an