This page describes how to list clusters in Memorystore for Redis Cluster.
List clusters
You can list clusters by using either the Google Cloud console or the gcloud CLI.
Console
In the Google Cloud console, go to the Memorystore for Redis Cluster page.
The Memorystore for Redis Cluster page displays a list of your clusters.
gcloud
To list clusters, use the gcloud redis clusters list
command:
gcloud redis clusters list \ --region=REGION_ID
Replace REGION_ID with the region where the clusters are located.
For example:
gcloud redis clusters list \ --region=us-central1