Skip to content

Instantly share code, notes, and snippets.

@petitchevalroux
Created September 9, 2017 08:20
Show Gist options
  • Save petitchevalroux/1d0a453ddfd833c822fc8e8350606b45 to your computer and use it in GitHub Desktop.
Save petitchevalroux/1d0a453ddfd833c822fc8e8350606b45 to your computer and use it in GitHub Desktop.
Redis delete keys matching a patterns
redis-cli --no-raw keys "exd:*" | perl -pe 's/^.*?[0-9]+\)/del/g' | redis-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment