colinmollenhour / Cm_Cache_Backend_Redis

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

Add support for High Availability and Load Balancing #112

Closed colinmollenhour closed 7 years ago

colinmollenhour commented 8 years ago

This update adds support for two methods of HA and Load Balancing. Basic info is in the README update.

Note, if you want to test it be sure you update the lib/Credis submodule.

Xon commented 7 years ago

I've started using a version of this branch to load from a slave, and plan on pushing some features to improve the extendibility, and defer connecting to the master when not required.

colinmollenhour commented 7 years ago

This branch is now merged into master! Thanks @Xon for your contributions!

Tagged as 1.10.0