Skip to content

Instantly share code, notes, and snippets.

@jheth
Created November 29, 2016 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jheth/1aa042aa3dbc8a29eba7a1557e066571 to your computer and use it in GitHub Desktop.
Save jheth/1aa042aa3dbc8a29eba7a1557e066571 to your computer and use it in GitHub Desktop.
Bulk Redis Delete
redis-cli KEYS "Proposal*" | xargs redis-cli DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment