Created
December 2, 2014 17:49
-
-
Save arielallon/550e2a84b1c3d6770363 to your computer and use it in GitHub Desktop.
Redis DEL keys matching pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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