Skip to content

Instantly share code, notes, and snippets.

@aslakhellesoy
Created December 27, 2013 21:27
Show Gist options
  • Save aslakhellesoy/8152839 to your computer and use it in GitHub Desktop.
Save aslakhellesoy/8152839 to your computer and use it in GitHub Desktop.
Delete redis keys by wildcard
eval "return redis.call('del', unpack(redis.call('keys', 'foo.*')))" 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment