我将为我的 Application 启动并运行多个 Memcache 实例。
(意味着 Memcache-1 在 Server-A 上运行, Memcache-2 在 Server-B 上运行。
运行在不同服务器上的这些 Memcache 服务器的多个实例是否可能彼此同步?
意味着如果在服务器 A 中运行的 Memcache-1 删除了一个密钥,我需要在服务器 B 中运行 Memcache-2 还需要删除该密钥
有这方面经验的大神分享一下吗?
我将为我的 Application 启动并运行多个 Memcache 实例。
(意味着 Memcache-1 在 Server-A 上运行, Memcache-2 在 Server-B 上运行。
运行在不同服务器上的这些 Memcache 服务器的多个实例是否可能彼此同步?
意味着如果在服务器 A 中运行的 Memcache-1 删除了一个密钥,我需要在服务器 B 中运行 Memcache-2 还需要删除该密钥
有这方面经验的大神分享一下吗?