Closed jgillich closed 5 years ago
This was probably an oversight. Now, you're able to use constructors with URLs like new RedisGraph('foo', 'redis://127.0.0.1:1234/').
new RedisGraph('foo', 'redis://127.0.0.1:1234/')
ah! Thank you.
published as v1.0.1
This was probably an oversight. Now, you're able to use constructors with URLs like
new RedisGraph('foo', 'redis://127.0.0.1:1234/')
.