ionelmc / python-redis-lock

Lock context manager implemented via redis SET NX EX and BLPOP.
https://pypi.python.org/pypi/python-redis-lock
BSD 2-Clause "Simplified" License
551 stars 77 forks source link

ISSUE-114: auto renew lock max no of times instead of always #115

Open nikhilnimbalkar1 opened 6 months ago

nikhilnimbalkar1 commented 6 months ago

Auto renew a lock for specified max number of times instead of indefinitely