Skip to content

Instantly share code, notes, and snippets.

@aackerman
Created September 7, 2012 13:57
Show Gist options
  • Save aackerman/3666461 to your computer and use it in GitHub Desktop.
Save aackerman/3666461 to your computer and use it in GitHub Desktop.
Flushing Memcache
#!/bin/bash
#mac osx / system with netcat in path
#echo "flush_all" | nc localhost 11211
#other means
#telnet localhost 11211;
#flush_all;
#exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment