Skip to content

Cluster Topology

The Cluster Topology view provides an interactive list of your Valkey cluster’s nodes, showing replication relationships and connection status at a glance.

Understand your cluster architecture with a structured node list that groups each primary with its replica, giving you a clear picture of your replication layout.

Cluster Topology View

At the top of the page, four summary cards display key cluster metrics:

  • Total Nodes: Total number of nodes in the cluster (primaries + replicas)
  • Primary Nodes: Count of primary nodes
  • Replicas: Count of replica nodes
  • Connected: Number of nodes currently connected and reachable

Nodes are displayed in a paired row layout. Each row groups a primary node on the left with its associated replicas on the right.

Each node card shows:

  • Name: The Valkey instance name (e.g. valkey)
  • Role Badge: PRIMARY or REPLICA
  • Address: Host and port (e.g. 10.0.0.95:7001)
  • Key Count: Total number of keys stored on the node (e.g. 3.60M)
  • Connections: Number of active client connections

Use the search bar to filter nodes by name, host, or port.

Each node row includes action icons on the right side:

  • Power: Connect to the primary node
  • Grid: Go to dashboard of the node
  • Terminal: Open the Send Command interface for the node

Each row pairs a primary with its replica:

Primary: 10.0.0.95:7001 → Replica: 10.0.0.95:7005
Primary: 10.0.0.95:7002 → Replica: 10.0.0.95:7006
Primary: 10.0.0.95:7003 → Replica: 10.0.0.95:7004

Clicking on a replica’s address link navigates to that node’s detail view.