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

unix socket domain #238

Closed
fbbin opened this issue Mar 9, 2017 · 1 comment
Closed

unix socket domain #238

fbbin opened this issue Mar 9, 2017 · 1 comment

Comments

@fbbin
Copy link

fbbin commented Mar 9, 2017

Ask questions at https://stackoverflow.com/questions/ask?tags=go+redis
how can I use the unix socket domain (xxx.socket) to connect the redis server

@garyburd
Copy link
Member

garyburd commented Mar 9, 2017

To connect using a Unix socket, configure Redis to listen on a Unix socket using the unixsocket parameter in redis.conf. On the client, dial with network "unix" and the path specified in redis.conf.

@garyburd garyburd closed this as completed Mar 9, 2017
@gomodule gomodule locked and limited conversation to collaborators Dec 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants