Skip to content

Instantly share code, notes, and snippets.

@vnezapno
Created February 24, 2018 12: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 vnezapno/60bedf2096a9f1e8e42e87dfdbfdcd8a to your computer and use it in GitHub Desktop.
Save vnezapno/60bedf2096a9f1e8e42e87dfdbfdcd8a to your computer and use it in GitHub Desktop.
Remove redis keys by prefix
redis-cli -a pass123 KEYS "prefix:*" | xargs redis-cli -a pass123 DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment