Re: Distributed cache

2014-10-02 Thread Bertrand Paquet
It's exactly what I need. Thx you. Bertrand On Thu, Oct 2, 2014 at 3:09 PM, Wandenberg Peixoto wrote: > Take a look on SRCache module <http://wiki.nginx.org/HttpSRCacheModule> if > it is suitable for you. > > On Thu, Oct 2, 2014 at 9:24 AM, Bertrand Paquet > wrote

Distributed cache

2014-10-02 Thread Bertrand Paquet
Hi, I need to have the same cache content on every frontend nodes. I'm seeking a solution to do what the nginx proxy cache does, but in a distributed way : using memcached, riak or any another storage. Do you know if it's possible with Nginx ? If not, do you know a solution with other products ?