Created
July 2, 2020 12:36
-
-
Save velotiotech/6f0a804e04837c09ec7f0ec65feeac84 to your computer and use it in GitHub Desktop.
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 "$HOST" -p "$PORT" -n 1 --raw keys "*" | xargs -I{} redis-cli -h "$HOST" -p "$PORT" -n 1 move {} 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment