Skip to content

Instantly share code, notes, and snippets.

@kyleknighted
Created November 13, 2012 15:18
Show Gist options
  • Save kyleknighted/4066273 to your computer and use it in GitHub Desktop.
Save kyleknighted/4066273 to your computer and use it in GitHub Desktop.
Purge Keys from Redis with Pattern
redis-cli KEYS "prefix:*" | xargs redis-cli DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment