How to dump memcache contents to console in a telnet session

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-05-11T09:07:15Z Indexed on 2010/05/11 9:14 UTC
Read the original article Hit count: 424

Filed under:
|
|

I am having problems with memcached, and I need to find what is actually stored in the cache. I have telnet'ed into the daemon and am listening on the port, and can send the daemon commands via the CLI.

I want to know if anyone is aware of a command I can use to dump the contents of the cache to the console. I know of commands like 'flush_all' and 'stats' but those are not quite sufficient for what I want to do.

© Stack Overflow or respective owner

Related posts about php

Related posts about memcached