View cluster information

This page describes how to view information about a cluster in Memorystore for Redis Cluster.

View summary information about a cluster

You can view summary information about a cluster by using either the Google Cloud console or the gcloud CLI.

Console

  1. In the Google Cloud console, go to the Memorystore for Redis Cluster page.

    Memorystore for Redis Cluster

  2. Click the ID of a cluster about which you want to view summary information.

gcloud

To view summary information about a cluster, use the gcloud redis clusters describe command:

gcloud redis clusters describe CLUSTER_ID \
--region=REGION_ID

Make the following replacements:

  • CLUSTER_ID: the ID of the cluster about which you want to view summary information
  • REGION_ID: the region where the cluster is located

For example:

gcloud redis clusters describe my-cluster \
--region=us-central1