magento-1.7 cache – Using Multiple Magento Frontend Servers with One Redis Session Cache

cachecm-redissessionmagento-1.7varnish

Right now I am using Magento 1.7.0.2 with Redis Session Storage. I am looking forward to adding additional frontend server behind a load balancer. Can I use the same Redis server for sessions for both frontend servers?

Idea:

Server1 = Apache + PHP + Redis
Server2 = Apache + PHP + Database

Varnish listens for connections and uses Server1 or Server2 to handle misses and esi stuff

Thanks!

Best Answer

You can provided you are using Redis over TCP and not via a local socket.

Related Topic