falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

chore: update to latest Redis (aioredis is deprecated) #2204

Closed kentbull closed 8 months ago

kentbull commented 10 months ago

As of Feb 21, 2023 aioredis-py was archived. See the package repo here: https://github.com/aio-libs-abandoned/aioredis-py

Summary of Changes

A docs update to correct the ASGI doc to use the latest version of Redis and swap the aioredis package for the redis package since aioredis is now included within redis.

Pull Request Checklist

This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once; it will save you a few review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing to do.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (4910dd7) to head (a4221d3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2204 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 62 62 Lines 6880 6880 Branches 1099 1099 ========================================= Hits 6880 6880 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kentbull commented 10 months ago

Tests pass, though coverage is not at 100%.