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

Make release, reset methods of Lock and reset_all function delete signal keys via additional call to Redis #38

Closed AndreiPashkin closed 8 years ago

AndreiPashkin commented 8 years ago

Subj.

Closes #47.

ionelmc commented 8 years ago

Ooops, seems I forgot about this. I hope it's still fresh in your head :-)

AndreiPashkin commented 8 years ago

I'll retrigger the build.

ionelmc commented 8 years ago

Restarted it now. Not sure if it merges correctly with master. Maybe do a rebase?

AndreiPashkin commented 8 years ago

Maybe do a rebase?

Done

AndreiPashkin commented 8 years ago

:shipit:

ionelmc commented 8 years ago

Alright. Thanks!

ionelmc commented 5 years ago

@AndreiPashkin fyi this unfortunately will get reverted to fix #71.