when I run '(sleep 1; echo flush_all; sleep 1; echo quit; ) | telnet localhost 11211' I get
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK
Connection closed by foreign host.
The above command does what I want but what about the ::1 part?