Created
April 6, 2016 19:11
-
-
Save asauber/b597f95dc1bb90d53892fee078b68ef1 to your computer and use it in GitHub Desktop.
delete all keys from memcache that match a substring
This file contains hidden or 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
mcinspect delete $(mcinspect list | grep <substring> | awk -F'|' '{ print $4 }') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment