Skip to content

Instantly share code, notes, and snippets.

@jiangzhuo
Created August 1, 2013 09:12
Show Gist options
  • Save jiangzhuo/6129761 to your computer and use it in GitHub Desktop.
Save jiangzhuo/6129761 to your computer and use it in GitHub Desktop.
redis del keys lua script
EVAL "return redis.call('del', unpack(redis.call('keys', ARGV[1])))" 0 prefix:*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment