Monday, January 30, 2012

Command to flush Memcache data.

For Unix:

Here is the article which explains various ways to clear the memcache data from linux command prompt.

For Windows:

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: