We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-path
In 0.10.2 it did, now in 0.12.3 it does not.
The text was updated successfully, but these errors were encountered:
Hi, that option was removed in version 0.12.0 It was a breaking change, as reported in the PR 97.
Sorry, something went wrong.
I see.
So i should pass in --redis-url redis-socket://$PATH instead?
--redis-url redis-socket://$PATH
I think that your example is not supported for redis-url string, but see the Unix Socket section in configuration file.
Unix Socket
That's for configuring where redis listens.
I'm trying to figure out how I can use redisgraph-bulk-insert if I have unix socket in my config and redis listening over a unix domain socket.
No branches or pull requests
In 0.10.2 it did, now in 0.12.3 it does not.
The text was updated successfully, but these errors were encountered: