Replies: 2 comments
-
|
I debugged a bit and the connection works find at first, but in lifecycle manager the eventBus run fails because it's config always takes the default redis options with port 6379. So it doesn't find my redis. Why does it take this configs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please see #141 (comment) |
Beta Was this translation helpful? Give feedback.
0 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.
-
After upgrading to version 9 I can't connect to the deployed redis instance anymore.
In V8 it was like this:
The eventBus enablement was probably not necessary.
This is how I do it now:
Is the promise an issue? I never ever get into the callback function of the initialize.
The error I receive is
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379So it looks like the configuration I want to set is not applied.
I do check if the credentials are set before initialize, they are all set.
Does anything looks wrong to you?
Beta Was this translation helpful? Give feedback.
All reactions