Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Last active August 3, 2019 15:38
Show Gist options
  • Save marcosvidolin/b0e35067b3729f079021824bba726a94 to your computer and use it in GitHub Desktop.
Save marcosvidolin/b0e35067b3729f079021824bba726a94 to your computer and use it in GitHub Desktop.
Redis: How to remove multiples keys from
redis-cli -h <HOSTNAME> KEYS *mvidolin* | xargs redis-cli -h <HOSTNAME> DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment