aredis icon indicating copy to clipboard operation
aredis copied to clipboard

create_connection() got an unexpected keyword argument 'loop'

Open dmitrykaramin opened this issue 3 years ago • 0 comments

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 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

dmitrykaramin avatar Jan 31 '22 13:01 dmitrykaramin