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

fix bug: cannot acquire or release lock when create lock with id field #45

Closed PeerXu closed 8 years ago

PeerXu commented 8 years ago

issue: https://github.com/ionelmc/python-redis-lock/issues/44