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
543 stars 76 forks source link

Fixed typo in _start_lock_renewer #94

Closed eugene-eeo closed 1 year ago

eugene-eeo commented 2 years ago

See https://docs.python.org/3/library/threading.html#threading.Thread.daemon

ddennerline3 commented 1 year ago

@ionelmc Would it be possible to merge this PR and create a release?