Case Basics: Deployed a redis instance (single instance) in Google Cloud. Using NodeJS based server and redis-sentinel library to connect to the node. Reason being sentinel based management of nodes on google cloud.
I can login in the redis instance via dashboard/console's SSH login. Connect to the local running service of redis using redis-cli and can create/edit various datasets.
Issue: When i try to access it via my localhost or any other compute instance deployed within the same project domain. I am using public ip and port 26379/6379 for the connection but connection is being refused.
Possible reasons:
- Network access policies.