Skip to content

Instantly share code, notes, and snippets.

@Bizunow
Created April 12, 2018 08:24
Show Gist options
  • Save Bizunow/a0a52e7cfe9ff4d258d1979f5ec146d9 to your computer and use it in GitHub Desktop.
Save Bizunow/a0a52e7cfe9ff4d258d1979f5ec146d9 to your computer and use it in GitHub Desktop.
[Delete redis keys by mask] #script #shell #redis
redis-cli KEYS "prefix:*" | xargs redis-cli DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment