This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 335
Aioredis is now in redis-py 4.2.0rc1! #1301
Labels
Comments
Andrew-Chen-Wang
changed the title
Aioredis is now in redis-py!
Aioredis is now in redis-py 4.2.0rc1!
Feb 22, 2022
async with redis.lock(
AttributeError: __aenter__ locks not implemented |
They don't work. We're still speculating how to do the locks properly since there was a debate on whether aredis's lock was correct. But aredis's lock does uhh functionally work so you can take their code. I think I'llmport it over too so it's not a big surprise. |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this issue
Jun 19, 2022
https://build.opensuse.org/request/show/982136 by user bnavigator + dimstar_suse Obsoleted by redis-py 4.2 (sr#982133) aio-libs-abandoned/aioredis-py#1301
When this project would be reverted to aioredis codebase instead of current one? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Aioredis is now in redis-py 4.2.0rc1+
To install, just do
pip install redis>=4.2.0rc1
. The code is almost the exact same. You will just need to import like so:This way you don't have to change all your code, just the imports.
https://github.com/redis/redis-py/releases/tag/v4.2.0rc1
Now that aioredis is under Redis officially, I hope there will never be an unmaintained, asyncio Redis lib in the Python ecosystem again. I will be helping out maintenance at Redis-py for the foreseeable future just to get some of the asyncio stuff out of the way. There are also some bugs that didn't make it into the PR that I'll be slowly migrating over throughout the next few weeks -- so long as my exams don't kill me beforehand :)
Thank you all so much for your commitment to this repository! Thank you so much to @abrookins @seandstewart @bmerry for all the commits and maintenance. And thank you to everyone here who has been adopting the new code base and squashing bugs. It's been an honor!
Cheers,
Andrew
The text was updated successfully, but these errors were encountered: