You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday i connected well using the basic-redisgraph-movie-demo-app-nodejs and could follow the tutorial (without redisinsight).
Today i tried to do it by myself but when i try to connect nothing happens, no errors the program runs indefinitely.
i use the code below to establish the connection then it is all like in the example.
`const RedisGraph = require("redisgraph.js").Graph;
let graph = new RedisGraph("social", "127.0.0.1", "6379");
console.log('creating users')
console.log(graph._client.connected) // <- false
`
Any ideas why?
Thank you.
The text was updated successfully, but these errors were encountered:
i am using a Docker container to run redisgraph.
Yesterday i connected well using the basic-redisgraph-movie-demo-app-nodejs and could follow the tutorial (without redisinsight).
Today i tried to do it by myself but when i try to connect nothing happens, no errors the program runs indefinitely.
i use the code below to establish the connection then it is all like in the example.
`const RedisGraph = require("redisgraph.js").Graph;
let graph = new RedisGraph("social", "127.0.0.1", "6379");
console.log('creating users')
console.log(graph._client.connected) // <- false
`
Any ideas why?
Thank you.
The text was updated successfully, but these errors were encountered: