[Regression] Redis Graph Bulk insert no longer supports `--unix-socket-path` option.
Opened this issue · 4 comments
Dsolnik commented
In 0.10.2 it did, now in 0.12.3 it does not.
nafraf commented
Dsolnik commented
I see.
So i should pass in --redis-url redis-socket://$PATH instead?
nafraf commented
I think that your example is not supported for redis-url string, but see the Unix Socket section in configuration file.
Dsolnik commented
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.