aredis
aredis copied to clipboard
create_connection() got an unexpected keyword argument 'loop'
Checklist
- Python version 3.10
- Does issue exists against the
masterbranch 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
https://github.com/NoneGG/aredis/blob/b46e67163692cd0796763e5c9e17394821d9280c/aredis/connection.py#L597
you pass "loop" as an argument to asyncio.open_connection but this function in python 3.10 doesn't have this arg