Skip to content

Instantly share code, notes, and snippets.

@dyashkir
Created September 8, 2014 23:41
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 dyashkir/5eb641804e4d4fe3ecdb to your computer and use it in GitHub Desktop.
Save dyashkir/5eb641804e4d4fe3ecdb to your computer and use it in GitHub Desktop.
delete keys from redid by pattern
eval "for _,k in ipairs(redis.call('keys','bull:*')) do redis.call('del',k) end" 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment