I want to implement a locking feature for the Redis cache in my java application, which deals with millions of writes/reads in a day. I see a lot of options available but I am unable to pick one suitable for my use case as I don't have much knowledge in locking. Can you please help me out?
↧
What is the best redis lock implementation for highly volatile data with multiple writes and reads?
↧