Skip to content

Instantly share code, notes, and snippets.

@milosjanda
Created June 15, 2017 08:33
Show Gist options
  • Save milosjanda/1d4041ed22139f93691a7d8df9d83667 to your computer and use it in GitHub Desktop.
Save milosjanda/1d4041ed22139f93691a7d8df9d83667 to your computer and use it in GitHub Desktop.
CLI command to delete keys with pattern
redis-cli --scan --pattern 'myKeyToSearch*' | xargs redis-cli del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment