Skip to content

Instantly share code, notes, and snippets.

@nmcv
Forked from mattweyant/redis-delallbykey
Created August 18, 2013 10:41
Show Gist options
  • Save nmcv/6261013 to your computer and use it in GitHub Desktop.
Save nmcv/6261013 to your computer and use it in GitHub Desktop.
# All credit: http://stackoverflow.com/questions/4006324/how-to-atomically-delete-keys-matching-a-pattern-with-redis
redis-cli [options] KEYS "prefix:*" | xargs redis-cli [options] DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment