Skip to content

Instantly share code, notes, and snippets.

@willm
Created January 20, 2021 17:54
Show Gist options
  • Save willm/f79a254de74dafd7435e184af965d98e to your computer and use it in GitHub Desktop.
Save willm/f79a254de74dafd7435e184af965d98e to your computer and use it in GitHub Desktop.
Redis delete keys
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