-
-
Save mdjaman/4970d7d63867ee591c8980cdf96b9244 to your computer and use it in GitHub Desktop.
Delete redis keys by wildcard
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', 'foo.*')))" 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment