Skip to content

Instantly share code, notes, and snippets.

@adige
Created December 11, 2015 11:55
Show Gist options
  • Save adige/310228586639b56bb736 to your computer and use it in GitHub Desktop.
Save adige/310228586639b56bb736 to your computer and use it in GitHub Desktop.
deletes keys in redis which starts "celery"
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