This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 508
Connecting to Remote Redis Server #626
Comments
can you add the full stacktrace? |
Apologies, after removing the "db:12" attribute from the backend object, there is no stacktrace. It seems to just hang. I have a console statement on "ready" status:
I never see "Mosca is Running" when attempting to connect to the remote server. However when I switch to a local Redis server everything works as expected. --- edit --- After running again, there was a stacktrace:
|
Proposing fix here #630 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Pouring through documentation, examples and even the Mosca source for a couple of days now, and have not been able to successfully connect to a remote redis server that requires authentication. I have the following Redis connection URL:
redis://username:[email protected]:9999
and the following documentation specifies the options I have: http://www.mosca.io/docs/lib/persistence/redis.js.html#RedisPersistence
And this is my code:
And here is what I get as a response:
Am I missing something?
The text was updated successfully, but these errors were encountered: