FATA[0011] get keys error: dial tcp 10.142.16.3:6379: i/o timeout

Facing this error after starting network server…

FATA[0007] get keys error: dial tcp 10.142.16.3:6379: i/o timeout & Facing same error even, if I start the application server…

6379 is the Redis port, it likely isn’t running where your configuration thinks it is.

Thanks for the response.

Reason for the above error was, Redis and VM instances where created in two different regions…
After making every resource with one region, there is no connection problems between Redis and the instance.