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

Move to slightly more flexible logging scheme. #80

Closed SalomonSmeke closed 3 years ago

SalomonSmeke commented 3 years ago

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

Notes:

Question

How is this project versioned? Do you use a tool that I can read about? Does this tool manage the changelog as well?

SalomonSmeke commented 3 years ago

Travis failed on some doc links. If you are OK with the content of the firs commit, I can add a third with a fix for Travis (after the AUTHORS.rst addition).

also, hahaha @mireland seems some branch protection stuff is amiss!

ionelmc commented 3 years ago

Looks good. Unless you want to add something specific in AUTHORS.rst this can be merged.

SalomonSmeke commented 3 years ago

@ionelmc added. Will merge when CI is done. Oh it seems I cant merge it. Its ready to go FYI.