Created
December 11, 2015 11:55
-
-
Save adige/310228586639b56bb736 to your computer and use it in GitHub Desktop.
deletes keys in redis which starts "celery"
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
redis-cli keys "celery*" |awk '{print "redis-cli -c DEL " $1}' | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment