Memcache
Accessing Memcache over telnet
telnet localhost 11211 stats items # lists buckets stats cachedump 3 100 # lists item in bucket 3, up to 100 items stats get xxx # show value of key xxx
telnet localhost 11211 stats items # lists buckets stats cachedump 3 100 # lists item in bucket 3, up to 100 items stats get xxx # show value of key xxx