Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nightweb/139339c26f47bf943ee4b7110dd719f9 to your computer and use it in GitHub Desktop.
Save nightweb/139339c26f47bf943ee4b7110dd719f9 to your computer and use it in GitHub Desktop.
Redis: How delete keys matching a 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