Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试对 PHP 使用 PECL/Memcached 扩展。我启用了一致的哈希。所以我有两个 memcached 服务器正在运行。首先,我使用 set 分配 1000 个键值对。这确保我在两台服务器上都有足够的密钥。现在我尝试从缓存中获取值。一切正常,直到我关闭一台服务器。在我的脚本中,我尝试获取该值,如果找不到,我将其设置。但我看到的只是服务器被标记为已死
有没有人使用 PECL/Memcached 获得一致的散列?