Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the original aioredis supports UNIX socket why not us? #209

Closed
wants to merge 9 commits into from

Conversation

ihakh
Copy link

@ihakh ihakh commented Oct 6, 2020

the pure string in aioredis address is for UNIX socket connection
this way we do not drop the support for it

@samuelcolvin
Copy link
Member

I don't think we can make this change as it is now, since I think it will be backwards incompatible with many people's usage of RedisSettings.

Perhaps instead we could add socket_address or similar with overrides (host, port)?

@samuelcolvin
Copy link
Member

Closing this as no response, happy to accept a new PR to add a new socket_address address argument to RedisSettings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants