October 20, 2009
Memcached: List all keys
In the general case, there is no way to list all the keys that a memcached instance is storing. You can, however, list something like the first 1Meg of keys, which is usually enough during development. Here’s how:
Telnet to your server:
telnet 127.0.0.1 11211

RSS / Atom feed