python-memcached
python-memcached copied to clipboard
Failover support?
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?