Repcached failover mechnism with libmemcached based PHP client

View: New views
1 Messages — Rating Filter:   Alert me  

Repcached failover mechnism with libmemcached based PHP client

by Anshulg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am using repcached (memcache servers with support for replication) servers and “libmemcached-based” PHP client.

The problem is that if the main repcached server goes for a toss, it does not fallback to the other servers in the pool.

The fallback is happening with “zlib-based” PHP memcached client.

Is failover mechanism not there in the libmemcached based client ?? If there is any, how can I achieve this ?