xmemcached icon indicating copy to clipboard operation
xmemcached copied to clipboard

Document failure mode

Open saschat opened this issue 6 years ago • 1 comments

From what I understand failureMode=true is what other clients call failover=false in the sense that if failure mode is on, the client does not failover to other servers but marks the failed server as dead until it come back up. This is confusing.

In the short term this should be documented. In the long term a configuration like builder.setFailover(true) could be added that sets failureMode=false.

@killme2008 If you don't mind I will submit a PR with some documentation.

saschat avatar Apr 10 '18 07:04 saschat

PR is welcome, thanks for your suggestion.

killme2008 avatar Aug 01 '18 11:08 killme2008