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

Add support for connecting to redis and postgres via unix sockets #1823

Open
RaghavSood opened this issue Oct 29, 2023 · 1 comment
Open

Comments

@RaghavSood
Copy link

Both redis and postgres support connections over unix sockets, which can be helpful when all services are running on the same machine outside of docker.

The way the DSNs are presently constructed makes this impossible

It would be nice to have a way to connect via sockets

@oneEyedSunday
Copy link
Collaborator

Hello @RaghavSood can you provide a sample url and error dump for when you attempt to connect with a unix socket? Thanks.

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

No branches or pull requests

2 participants