-
Notifications
You must be signed in to change notification settings - Fork 25
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
node redisGraphExample.js TypeError: row.split is not a function #19
Comments
Hi Marco |
Great project! Really neat idea. Unfortunately I'm getting this as well. It's because the result set is empty, despite the data existing in RedisGraph when I check it manually. So it's really two problems:
Here's the output of the monitor:
Using docker: redis version: redis graph version: |
FYI, I found that it works when I set the docker image to 1.2.2 as per RedisGraph/redisgraph-py#40 It looks like statistics have been added, but the clients don't deal with them. Is there a way to silence the statistics? Cheers, |
Hi @renewooller. Thanks for the input.
Note: the usage is a bit different then the example, mainly names. You can look at the test file for reference |
In my Ubuntu 18.04.01 Server Edition I git cloned redisgraph.js
and tested it:
But when running the example:
Any hints to solve the problem?
Marco
The text was updated successfully, but these errors were encountered: