Skip to content

Instantly share code, notes, and snippets.

@nghiaht
Last active August 8, 2018 08:23
Show Gist options
  • Save nghiaht/d0ec99debc61cfab95a6e4c4767949ea to your computer and use it in GitHub Desktop.
Save nghiaht/d0ec99debc61cfab95a6e4c4767949ea to your computer and use it in GitHub Desktop.
Delete Redis keys by patterns
redis-cli --raw keys "$PATTERN" | xargs redis-cli del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment