Can you see what is in 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开发者_C百科 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.
You could always try Harun Yayli's memcache.php or this variation on memcache.php
May be FastoNoSQL will be interesting for you.
精彩评论