requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
122 stars 22 forks source link

Migrate to aioredis 2.0 #109

Closed JWCook closed 2 years ago

JWCook commented 2 years ago

Closes #72

codecov-commenter commented 2 years ago

Codecov Report

Merging #109 (b442809) into main (88ec011) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files          10       10           
  Lines         919      919           
  Branches      146      146           
=======================================
  Hits          891      891           
  Misses         18       18           
  Partials       10       10           
Impacted Files Coverage Δ
aiohttp_client_cache/backends/redis.py 98.36% <100.00%> (ø)

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 88ec011...b442809. Read the comment docs.