How to flush the contents of Memcached
I often see people using telnet to flush the entire contents of their Memcached instance. They use the following commands: $ telnet localhost 11211 Trying 127.0.0.1… Connected to localhost. Escape character is ‘^]’. flush_all OK quit Connection to localhost closed by foreign host.
09.21.2009| linux, servers, tutorials | Wim
No Comments