Skip to content

Instantly share code, notes, and snippets.

@szydan
Created August 16, 2012 09:58
Show Gist options
  • Save szydan/3369014 to your computer and use it in GitHub Desktop.
Save szydan/3369014 to your computer and use it in GitHub Desktop.
Flush memcached in one line
echo -e "flush_all\nquit\n" | telnet localhost 11211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment