Help Center/ GeminiDB/ GeminiDB Redis API/ FAQs/ Database Connection/ How Do I Access a GeminiDB Redis Instance from a Private Network?
Updated on 2024-09-05 GMT+08:00

How Do I Access a GeminiDB Redis Instance from a Private Network?

You can access a GeminiDB Redis instance through a load balancer or a directly-connected node.

  • Access through a load balancer (recommended): The load balancer is associated with a high-availability backend cluster, using an internal IP address that is accessible only to clients. Periodical health checks are performed on backend nodes to prevent single points of failure (SPOFs).
  • Access through a directly-connected node: An agent installed on a GeminiDB Redis node enables you to connect to any node. Then you can access the entire cluster. To prevent SPOFs, this access mode is only recommended in test scenarios.

For details about how to connect to a GeminiDB Redis instance over a private network, see Connecting to GeminiDB Redis API over a Private Network.