redisgraph-bulk-loader
redisgraph-bulk-loader copied to clipboard
[Regression] Redis Graph Bulk insert no longer supports `--unix-socket-path` option.
In 0.10.2 it did, now in 0.12.3 it does not.
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.