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