Is there any tool to see the keys/values stored in my memcached instance?
I've found simple scripts like this http://snipt.org/xtP, but I get only the keys.
Thanks in advance
Is there any tool to see the keys/values stored in my memcached instance?
I've found simple scripts like this http://snipt.org/xtP, but I get only the keys.
Thanks in advance
It seems that there is a project called phpMemcacheAdmin on Google code. To be honest, I did not try it before.
You may already know that memcache protocol is a text-based protocol which means you can use telnet
application to access memcached and issue the desired commands.