0 votes
in DevOps by

You are having multiple Memcache servers, in which one of the Memcached servers fails, and it has your data, will it ever try to get key data from that one failed server?

1 Answer

0 votes
by

The data in the failed server won’t get removed, but there is a provision for auto-failure, which you can configure for multiple nodes. Fail-over can be triggered during any kind of socket or Memcached server level errors and not during normal client errors like adding an existing key, etc.

Related questions

0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
0 votes
asked Jul 29, 2023 in MemCached by sharadyadav1986
...