Skip to content

Instantly share code, notes, and snippets.

@timk95
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timk95/5a388642ec183a9a248d to your computer and use it in GitHub Desktop.
Save timk95/5a388642ec183a9a248d to your computer and use it in GitHub Desktop.
Delete Redis keys from pattern via command line
redis-cli KEYS "search query" | xargs redis-cli DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment