Last active
April 16, 2019 08:26
-
-
Save GimmyHchs/399e4bd19e110ff76f55efb1fff61d45 to your computer and use it in GitHub Desktop.
Redis bulk delete
This file contains hidden or 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 6380 --scan --pattern "AUTH:*" | xargs redis-cli -p 6380 del |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment