RedisGraph / redisgraph-bulk-loader

A Python utility for building RedisGraph databases from CSV inputs
http://redisgraph.io
BSD 3-Clause "New" or "Revised" License
67 stars 32 forks source link

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

Open Dsolnik opened 1 year ago

Dsolnik commented 1 year ago

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

nafraf commented 1 year ago

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

Dsolnik commented 1 year ago

I see.

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

nafraf commented 1 year ago

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

Dsolnik commented 1 year ago

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.