Closed nqd closed 7 years ago
Hi @nqd
i think the problem with the protocol of the url, as per your example you are using "name" protocol, however it should be 'redis'.
so for your example this url should work (notice the redis instead of name)
url: 'redis://pass@abcxyz.redislabs.com:16832/my-topic'
apologies for the late response Regards
oh, it works. thank a lot Mohamed.
you are welcome 👍 @nqd, glad i could help. 🙂 Cheers.
May be i am missing something, then i cannot connect to a redis broker except localhost. This is the log from an attempt to connect to a redis url:
This is the setup for the server:
Could you please give me some hint about this issue. Many thanks.