You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by Fatih Bayram <fa...@gmail.com> on 2022/05/06 21:20:48 UTC

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

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 issue that you can see there. #6676<https://github.com/apache/apisix/issues/6676>
You can try this feature<https://github.com/fatihbm/apisix>. I will be glad to hear your feedback.

Best regards
Fatih


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

Posted by Kwanhur Huang <hu...@163.com>.
Interesting.


Kwanhur Huang
TL;DR

> 2022年5月7日 上午5:20,Fatih Bayram <fa...@gmail.com> 写道:
> 
> 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 issue that you can see there. #6676<https://github.com/apache/apisix/issues/6676>
> You can try this feature<https://github.com/fatihbm/apisix>. I will be glad to hear your feedback.
> 
> Best regards
> Fatih
> 
>