Created
February 16, 2019 08:36
-
-
Save aliva/69b055ad7a0c3168e61d8b093a58e007 to your computer and use it in GitHub Desktop.
print all redis keys
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
seq 16 | xargs -I{} sh -c 'echo ===== {} ===== && redis-cli -n {} keys "*"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment