Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove abandoned dependency aioredis #952

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

adamantike
Copy link
Collaborator

aioredis is abandoned, and has been replaced by redis.asyncio.

Currently, the project doesn't use aioredis directly, but depends on it for socketio.AsyncRedisManager. This change is safe, as socketio has been prioritizing redis.asyncio over aioredis since v5.6.0 [1].

[1] miguelgrinberg/python-socketio@0e7691b

`aioredis` is abandoned, and has been replaced by `redis.asyncio`.

Currently, the project doesn't use `aioredis` directly, but depends on
it for `socketio.AsyncRedisManager`. This change is safe, as `socketio`
has been prioritizing `redis.asyncio` over `aioredis` since `v5.6.0` [1].

[1] miguelgrinberg/python-socketio@0e7691b
Copy link
Member

@gantoine gantoine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👨🏼‍🍳

@gantoine gantoine merged commit 2458738 into rommapp:master Jun 25, 2024
3 checks passed
@adamantike adamantike deleted the fix/remove-abandoned-aioredis branch June 25, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants