Memcache failover and consistent hashing
- by Industrial
Hi everyone,
I am trying to work out a good way to handle offline/down memcached servers in my current web application that are built with PHP.
I just found this link that shows an approach on how to do what I want, I think: http://cmunezero.com/2008/08/11/consistent-memcache-hashing-and-failover-with-php/
Anyhow, it gets me confused when I…