Need help connecting with Redis internal Network
adnetcrHOBBY
9 months 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.
1 Replies
9 months 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 • 9 months ago