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
550 stars 78 forks source link

Replace _held attribute with a property that checks what's in redis #46

Closed ionelmc closed 8 years ago

ionelmc commented 8 years ago

Closes #39. Closes #44. Closes #45.