memcached の概要はこちら
それは言います:
Memcached servers are generally unaware of each other. There is no crosstalk, no syncronization, no broadcasting. The lack of interconnections means adding more servers will usually add more capacity as you expect. There might be exceptions to this rule, but they are exceptions and carefully regarded.
クラスター内のノード間で同期せずに分散システムにする方法を考えていますか? プログラムからノード 1 のキャッシュに書き込み、次の要求がノード 2 に送信された場合、古いキャッシュから読み取っています。