Created
May 1, 2018 07:47
-
-
Save ratpik/3b0e8809b68fde397f50277e5cf123c6 to your computer and use it in GitHub Desktop.
Redis Delete all keys
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 -p 7777--raw keys "*" | xargs ./redis-cli -p 7777 del |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment