Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Memcached | 11211

# Connect to the memcached 
telnet 127.0.0.1 11211

# Get Version information
version

# List slabs
stats slabs

# List items of slabs with info
stats items

# Get key names (the 0 is for unlimited output size)
stats cachedump 1 0
stats cachedump 2 0

# Get saved info
get <>
  • Tools

Last updated