Skip to content

create_connection() got an unexpected keyword argument 'loop' #212

@dmitrykaramin

Description

@dmitrykaramin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions