plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 50 forks source link

Change aioredis with redis-py #1176

Closed masipcat closed 1 year ago

masipcat commented 1 year ago

Aioredis is now integrated in redis-py 4.2.0rc1+ (see README) and it seems aioredis is abandoned. Since aioredis is not compatible with Python 3.11 and it seems it'll never be, I think we should move to redis-py. Agree?