Created
December 2, 2015 18:34
-
-
Save troszok/cdd29f3d477b4809a338 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 -a PASSWORD keys "search_page_0*" | xargs -n 10000 redis-cli -h HOST -p PORT -a PASSWORD del |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment