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

Support connect by Unix Domain Socket #46

Closed
JayZhao opened this issue Nov 16, 2016 · 1 comment
Closed

Support connect by Unix Domain Socket #46

JayZhao opened this issue Nov 16, 2016 · 1 comment

Comments

@JayZhao
Copy link

JayZhao commented Nov 16, 2016

Should be able to connect like this:
connection::create_unix("/tmp/redis.sock"); // C++ code

@tanner0101
Copy link
Member

This should be possible in #56 since redis uses a generic stream protocol. You can create whatever type of TCP socket you'd like.

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