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

Update asgi look examples to use aioredis 2 #1938

Closed CaselIT closed 2 years ago

CaselIT commented 3 years ago

A new major vesion of aioredis was released, and it has some api changes. This is the changelog https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md

the-bets commented 3 years ago

Myself and Mihai Todor can pick this up and work on it, if nobody else is!

vytas7 commented 3 years ago

Awesome @the-bets & @mihaitodor, go ahead! (Bonus points if you find and fix any other funky things in that tutorial.)

mihaitodor commented 3 years ago

Just FYI, I believe we figured out the required changes and we'll try to push a polished PR in the next few days.

vytas7 commented 3 years ago

Good to hear @mihaitodor! Let us know if you run into any issues.