0 votes
in MemCached by
If you have multiple Memcache servers and one of the Memcache servers fails which 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 can be configured for multiple nodes. Fail-over can be triggered during any socket or Memcached server level errors and not during normal client errors like adding an existing key, etc.

Related questions

+1 vote
asked Dec 20, 2022 in Hadoop by john ganales
0 votes
asked Jul 29, 2023 in MemCached by sharadyadav1986
...