Usage Tips:
- Click on a keyword to enable inline editing.
- Click inside a code block to copy (excludes comments).
- Use the button to view examples.
- Click outside to collapse all examples.
Connect
# Connect
telnet 127.0.0.1 11211
Sample Output:
TO-DO
# Install
sudo npm install -g memcached-cli
Sample Output:
TO-DO
# Connect (With Creds)
memcached-cli '<USER>:<PASSWORD>@<TARGET>:11211'
Sample Output:
TO-DO
Basic Commmands
# Info about slabs
stats slabs
Sample Output:
TO-DO
# Show slab info (e.g. slab 1 and display all keys)
stats cachedump 1 0
Sample Output:
TO-DO
# Dump info
get <ITEM_NAME>
Sample Output:
TO-DO