Last active
August 3, 2019 15:38
-
-
Save marcosvidolin/b0e35067b3729f079021824bba726a94 to your computer and use it in GitHub Desktop.
Redis: How to remove multiples keys from
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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