RedisGraph/redisgraph-bulk-loader

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

Opened this issue · 4 comments

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

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

I see.

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

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

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.