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

[Regression] Redis Graph Bulk insert no longer supports --unix-socket-path option. #109

Open
Dsolnik opened this issue May 15, 2023 · 4 comments

Comments

@Dsolnik
Copy link
Contributor

Dsolnik commented May 15, 2023

In 0.10.2 it did, now in 0.12.3 it does not.

@nafraf
Copy link

nafraf commented May 15, 2023

Hi, that option was removed in version 0.12.0
It was a breaking change, as reported in the PR 97.

@Dsolnik
Copy link
Contributor Author

Dsolnik commented May 15, 2023

I see.

So i should pass in --redis-url redis-socket://$PATH instead?

@nafraf
Copy link

nafraf commented May 15, 2023

I think that your example is not supported for redis-url string, but see the Unix Socket section in configuration file.

@Dsolnik
Copy link
Contributor Author

Dsolnik commented May 15, 2023

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.

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