Magento – Using Read Replicas with Redis

cachefull-page-cacheredis

Does Magento Enterprise have any means of using read replicas when using Redis as a back-end cache? If not, any tips on how this could be added?

Magento uses Credis_Client by Colin Mollenhour, who also offers a Client_Cluster class: https://github.com/colinmollenhour/credis/tree/74b2b703da5c58dc07fb97e8954bc63280b469bf However, I don't see this included in Magento by default.

Best Answer

I think there is no configuration in Magento needed as the replication is set up on (redis) application level.

From what I've seen in the documentation here, it's enough to set this up in the redis configruation.

Related Topic