colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
389 stars 142 forks source link

Add support for using ElastiCache Cluster replica nodes for reads #124

Closed adeelejaz closed 6 years ago

adeelejaz commented 6 years ago

Hi,

We were hitting the bandwidth for the ElastiCache so I implemented a small extension that takes the Primary and replica endpoints and starts sending reads to replica nodes and writes to primary nodes.

We thought it might be useful to someone else so just sharing, it has been working pretty great.

Edit: Just want to reference the orignial source for doing this: https://magento.stackexchange.com/a/122571

colinmollenhour commented 6 years ago

Thanks!