We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
just run the code
Expected connected to redis
in your code
aredis/aredis/connection.py
Line 597 in b46e671
asyncio.open_connection
The text was updated successfully, but these errors were encountered:
Don't pass loop arg to asyncio.open_connection
b512523
Fix NoneGG#212. Required for Python 3.10+.
Successfully merging a pull request may close this issue.
Checklist
master
branch of aredis? YesSteps to reproduce
just run the code
Expected behavior
Expected connected to redis
Actual behavior
in your code
aredis/aredis/connection.py
Line 597 in b46e671
you pass "loop" as an argument to
asyncio.open_connection
but this function in python 3.10 doesn't have this argThe text was updated successfully, but these errors were encountered: