列出实例

本页介绍了如何列出 Memorystore for Valkey 实例。

列出实例

您可以使用 Google Cloud 控制台或 gcloud CLI 列出实例。

控制台

  1. 在 Google Cloud 控制台中,前往 Memorystore for Valkey 页面。

    Memorystore for Valkey

    Memorystore for Valkey 页面会显示您的实例列表。

gcloud

如需列出实例,请使用 gcloud memorystore instances list 命令:

gcloud memorystore instances list \
--location=REGION_ID

REGION_ID 替换为实例所在的区域。

例如:

gcloud memorystore instances list \
--location=us-central1