Skip to content

Instantly share code, notes, and snippets.

@ratpik
Created May 1, 2018 07:47
Show Gist options
  • Save ratpik/3b0e8809b68fde397f50277e5cf123c6 to your computer and use it in GitHub Desktop.
Save ratpik/3b0e8809b68fde397f50277e5cf123c6 to your computer and use it in GitHub Desktop.
Redis Delete all keys
./redis-cli -p 7777--raw keys "*" | xargs ./redis-cli -p 7777 del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment