Currently you can use del by keys. But what if my add what thousands of thousands of keys? What I would like to do is DEL myprefix* but what I do right now is this https://stackoverflow.com/questions/4006324/how-to-atomically-delete-keys-matching-a-pattern-using-redis

BTW it's really popular this on this question https://stackoverflow.com/questions/4006324/how-to-atomically-delete-keys-matching-a-pattern-using-redis#comment41023254_16974060 currently has 180 upvotes

Comment From: maguec

You could use RedisGears module, as it can do this https://oss.redislabs.com/redisgears/examples.html