Skip to content

Instantly share code, notes, and snippets.

@gxcsoccer
Created April 6, 2013 09:06
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 gxcsoccer/5325491 to your computer and use it in GitHub Desktop.
Save gxcsoccer/5325491 to your computer and use it in GitHub Desktop.
Delete keys by pattern using REDIS-cli
redis-cli -n 0 KEYS prefix* | xargs redis-cli DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment