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

Add Pottery to Similar Projects #83

Closed brainix closed 3 years ago

brainix commented 3 years ago

My project Pottery also includes a Redlock that implements the threading.Lock API.

codecov[bot] commented 3 years ago

Codecov Report

Merging #83 (09002fe) into master (c1e7093) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files           7        7           
  Lines         748      748           
  Branches       65       65           
=======================================
  Hits          708      708           
  Misses         26       26           
  Partials       14       14           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c1e7093...09002fe. Read the comment docs.