Search This Blog

Monday, February 28, 2011

A simple way to flush memcache

Here is a simple way to flush the data stored in memcache

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.
$

No comments:

Post a Comment