Skip to content

Instantly share code, notes, and snippets.

@troszok
Created December 2, 2015 18:34
Show Gist options
  • Save troszok/cdd29f3d477b4809a338 to your computer and use it in GitHub Desktop.
Save troszok/cdd29f3d477b4809a338 to your computer and use it in GitHub Desktop.
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