Created
September 7, 2012 13:57
-
-
Save aackerman/3666461 to your computer and use it in GitHub Desktop.
Flushing Memcache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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