Sep 20, 2011

Memcached telnet commands

telnet localhost 11211

flush_all # Flashes the entire cache
stats # General statistics
stats slabs # Memory statistics
stats memory # Memory statistics
stats items # Higher level statistics
quit # Quit the telnet interface

No comments: