Checklist
- Python version 3.10
- Does issue exists against the
master branch of aredis? Yes
Steps to reproduce
just run the code
Expected behavior
Expected connected to redis
Actual behavior
- It is appreciated if error log can be provided
in your code
|
asyncio.open_connection(host=self.host, |
you pass "loop" as an argument to
asyncio.open_connection but this function in python 3.10 doesn't have this arg
Checklist
masterbranch 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_connectionbut this function in python 3.10 doesn't have this arg