Skip to content
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

Cannot connect to docker's redislabs/redisgraph #84

Open
jockehewh opened this issue Dec 20, 2021 · 0 comments
Open

Cannot connect to docker's redislabs/redisgraph #84

jockehewh opened this issue Dec 20, 2021 · 0 comments

Comments

@jockehewh
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant