1

I am new to memcache. Memcache has been used for some queries. There is some problem with cache, and it seems memcache is not working properly. I need to check whether a particular memcache key is there in dump. My project is in php.

can someone help me out?

Sudhir Bastakoti
  • 99,167
  • 15
  • 158
  • 162
Dora
  • 292
  • 3
  • 15

1 Answers1

3

There is an example on the homepage of the project:

telnet localhost 11211
get foo

You can also try a PHP client like http://code.google.com/p/phpmemcacheadmin/

deviousdodo
  • 9,177
  • 2
  • 29
  • 34