Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created June 28, 2012 10:12
Show Gist options
  • Save TheDeveloper/3010455 to your computer and use it in GitHub Desktop.
Save TheDeveloper/3010455 to your computer and use it in GitHub Desktop.
Delete redis keys matching a certain pattern
redis-cli DEL `redis-cli KEYS [pattern] | awk '{ print $1 }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment