php memcached 池中正在使用哪个服务器

发布于 2024-10-30 12:58:46 字数 149 浏览 0 评论 0原文

我正在使用 php memcached(memcached 节点池,而不仅仅是 1 个服务器)。

我可以在 memcached 中设置大部分内容,但有一个特定的键无法设置。所以我想找出哪个节点有问题。有什么方法可以知道哪个节点正在设置特定的键?

谢谢。

I'm using php memcached (pool of memcached nodes, not just 1 server).

Most of the stuffs I can set in memcached, but there's one particular key that fails to set. So I'm trying to find out which node is the problematic one. Is there any way to know which node is a particular key being set?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无悔心 2024-11-06 12:58:46

尝试在 Memcache::addServer 中使用 $failure_callback
https://www.php.net/manual/en/memcache.addserver。 php 或查看 Memcache::getExtendedStats https://www.php.net/manual/en/memcache.getextendstats.php

try to use $failure_callback in Memcache::addServer
https://www.php.net/manual/en/memcache.addserver.php or look at Memcache::getExtendedStats https://www.php.net/manual/en/memcache.getextendedstats.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文