youknowone / ring

Python cache interface with clean API and built-in memcache & redis + asyncio support.
http://ring-cache.readthedocs.io/en/latest/
Other
480 stars 37 forks source link

Fix asyncio.lock for eventlet #179

Closed youknowone closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #179 (6a9285b) into master (a947b18) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   97.96%   97.97%   +0.01%     
==========================================
  Files          15       15              
  Lines        1520     1524       +4     
==========================================
+ Hits         1489     1493       +4     
  Misses         31       31              
youknowone commented 3 years ago

@ohduran Thank you for the review!