DistributedLock
DistributedLock copied to clipboard
About Distribute Locking System using Redis
Hi I have one doubt regarding the use of the library in order to implement the feature of a distributed locking system like there is one scenario Let's say service-1 occupies a lock on resource-1 and during handling the process it goes in an infinite loop and never returns hence the lock that is acquired is never released is there any mechanism that the key that is set in the redis gets timed out and automatically delete