本页介绍了如何在 Memorystore for Redis Cluster 中列出集群。
列出集群
您可以使用 Google Cloud 控制台或 gcloud CLI 列出集群。
控制台
在 Google Cloud 控制台中,前往 Memorystore for Redis Cluster页面。
Memorystore for Redis Cluster 页面会显示您的集群列表。
gcloud
如需列出集群,请使用 gcloud redis clusters list 命令:
gcloud redis clusters list \ --region=REGION_ID
将 REGION_ID 替换为集群所在的区域。
例如:
gcloud redis clusters list \ --region=us-central1