python-memcached icon indicating copy to clipboard operation
python-memcached copied to clipboard

Failover support?

Open RobGThai opened this issue 10 years ago • 0 comments

Is it possible to make client automatically skip a server in case it went down? We have a cluster of 4 machines. One of them is down which cause application servers to to pause (Default config) and fill up the queue.

I found failover config in PHP Client. Is there counterpart in this client? What's the best way to deal with this?

RobGThai avatar Jan 11 '16 10:01 RobGThai