#Can't connect to Redis through public network

19 messages · Page 1 of 1 (latest)

elfin gale
#

Hi,

Just created a redis service and a TCP proxy to be able to connect to it using my .NET application.
From my .NET app I can't connect (using StackExchange.Redis) so I wanted to test using redis-cli and I have the same issue (see the images)

Do you know what could cause the issue ?

dire egretBOT
#

Project ID: d0be4888-7e7c-4596-89c0-d6efdddd1f1a

elfin gale
#

d0be4888-7e7c-4596-89c0-d6efdddd1f1a

#

On the dotnet app, it seems that the library add the port 6379 at the end of the connection string

cerulean python
#

what environment?

elfin gale
#

development

cerulean python
#

does it have a tcp proxy?

elfin gale
#

Yes

cerulean python
#

have you tried redeploying it?

elfin gale
#

Restart yes, but not redeploy

cerulean python
#

try a redeploy

elfin gale
#

Ok it work now

#

Normally it should work without redeploy ?

cerulean python
#

nope, you need to redeploy when modifying the TCP Proxy

elfin gale
#

Ok I'll know it now, thank you 😉

cerulean python
#

no problem!

#

!s