Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Created July 19, 2012 11:06
Show Gist options
  • Save coldclimate/3143066 to your computer and use it in GitHub Desktop.
Save coldclimate/3143066 to your computer and use it in GitHub Desktop.
Delete all keys in redis
redis-cli KEYS "*" | xargs redis-cli DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment