Can you see what is in memcached?

3.2k Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER

You could always try Harun Yayli's memcache.php or this variation on memcache.php

0
On

May be FastoNoSQL will be interesting for you.

enter image description here