In my Redis DB I have a number of prefix:<numeric_id> hashes.

Sometimes I want to purge them all atomically. How do I do this without using some distributed locking mechanism?

3Best Answer
31

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *