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