Skip to content
Home
Posts
Notes
Get keys in a Memcached database
By Adrian Philipp
List all keys
Uses.
memdump --servers=localhost:60105
Get specific key
echo "get [key]" | nc localhost 60105
Source
https://lzone.de/blog/How-to%20Dump%20Keys%20from%20Memcache
#published
Links to this note
Site Reliability Engineering
These notes are unpolished collections of thoughts, unfinished ideas, and things I want to remember later. In the spirit of learning in public, I'm sharing them here. Have fun exploring, if you want!