你能看到memcached里有什么吗?
我在 PHP5 应用程序中使用 memcached 扩展。我们在 Ubuntu Maverick (10.10) 上运行 LAMP 堆栈。我们将 memcached 用于一系列事情,其中之一是在多个应用程序之间保留用户会话。
我的问题是,是否有实用程序或 UI 可以查看 memcached 服务器内部的内容?
这将是开发过程中非常宝贵的工具。
I'm using memcached extension in a PHP5 application. We're running a LAMP stack on Ubuntu Maverick (10.10). We're using memcached for a series of things, one of which is persisting user session among multiple applications.
My question is, is there a utility or UI to see what is inside a memcached server?
This would be an invaluable tool during development.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以随时尝试 Harun Yayli 的 memcache.php 或此变体内存缓存.php
You could always try Harun Yayli's memcache.php or this variation on memcache.php
也许您会对 FastoNoSQL 感兴趣。
May be FastoNoSQL will be interesting for you.