Skip to content

Instantly share code, notes, and snippets.

@kmpzr
Created February 18, 2013 20:45
Show Gist options
  • Select an option

  • Save kmpzr/4980547 to your computer and use it in GitHub Desktop.

Select an option

Save kmpzr/4980547 to your computer and use it in GitHub Desktop.
Delete all redis keys from shell
redis-cli keys * | xargs redis-cli del "$0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment