0

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

Jorge Arévalo
  • 197
  • 1
  • 11

1 Answers1

3

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.

Khaled
  • 36,533
  • 8
  • 72
  • 99