-
Notifications
You must be signed in to change notification settings - Fork 25
Unable to create Graph instance with specified port #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
@abawany |
DvirDukhan
added a commit
that referenced
this issue
Feb 27, 2020
DvirDukhan
added a commit
that referenced
this issue
Feb 27, 2020
DvirDukhan
added a commit
that referenced
this issue
Feb 27, 2020
DvirDukhan
added a commit
that referenced
this issue
Feb 27, 2020
DvirDukhan
added a commit
that referenced
this issue
Feb 27, 2020
DvirDukhan
added a commit
that referenced
this issue
Feb 27, 2020
DvirDukhan
added a commit
that referenced
this issue
Mar 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running my RedisGraph on a port other than 6379. I confirmed via
redis-cli
that the instance is operating as expected. When I try to useredisgraph.js
as follows to create a client with a specified port, it failed as follows:Passing an instantiated
RedisClient
instance with the correct port also fails as follows:Edit: the following appeared to work fine:
Did I misread the documentation at https://redisgraph.github.io/redisgraph.js/Graph.html, which appears to specify each parameter as a function argument?
The text was updated successfully, but these errors were encountered: