Replies: 1 comment 2 replies
-
Have you tried to connect to said redis instance using ioredis directly? https://github.com/luin/ioredis |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect redis free cloud instance with bull queue but getting error as it is not able to connect.
For above code it is giving error Error: connect ECONNREFUSED 127.0.0.1:6379 message.
Note: I am using redis free cloud instance with bull queue and also download redis insight desktop application. I have added database to redis insight desktop app and it is connected but in node application it is not working. Am I missing any config?
Beta Was this translation helpful? Give feedback.
All reactions