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 if > it is suitable for you. > > On Thu, Oct 2, 2014 at 9:24 AM, Bertrand Paquet > wrote: > >> Hi, >> >> I need to ha

Re: Distributed cache

2014-10-02 Thread Wandenberg Peixoto
Take a look on SRCache module if it is suitable for you. On Thu, Oct 2, 2014 at 9:24 AM, Bertrand Paquet wrote: > 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 i

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 ?