Need help connecting with Redis internal Network
adnetcr
HOBBYOP

2 years ago

I am trying to connect 2 projects so that they communicate through the internal network but I cannot establish the connection, using TCP and public network I have no problem but I need to be able to connect them through the internal network, I have tried all possible ways but I am sure I am doing something wrong and there is no complete tutorial or complete references.

Solved

1 Replies

2 years ago

Hello, the private network is scoped to a single environment within a project, this linked project contains only a single redis database, meaning nothing will be able to communicate with it privately.

You must deploy the other services into this project with the redis database.


Status changed to Solved brody over 1 year ago


Loading...