Skip to content

Instantly share code, notes, and snippets.

@ismaGNU
Created July 30, 2014 09:32
Show Gist options
  • Save ismaGNU/f2151c8f69bde774a711 to your computer and use it in GitHub Desktop.
Save ismaGNU/f2151c8f69bde774a711 to your computer and use it in GitHub Desktop.
Delete a bunch of redis key in LuA
EVAL "return redis.call('del', unpack(redis.call('keys',ARGV[1])))" 0 setlist:*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment