Just making a note of some useful memcached queries
https://michaelheap.com/working-with-memcached-via-cli/
$ memcdump --servers localhost:11211
key_one
key_two_123
$ memccat --servers localhost:11211 key_one
FooBar
https://packages.debian.org/jessie/libmemcached-tools
- memccat – Copy the value of a key to standard output
- memcflush – Flush the contents of your servers.
- memcrm – Remove a key(s) from the server.
- memccp – Copy files to a memcached server.
- memcstat – Dump the stats of your servers to standard output
- memcslap – Generate testing loads on a memcached cluster