查看实例信息

本页介绍了如何查看实例的详细信息。

查看实例信息

控制台

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

    适用于 Valkey 的 Memorystore

  2. 点击您的实例 ID。

gcloud

如需查看实例的详细信息,请运行 describe 命令:

gcloud beta memorystore instances describe INSTANCE \
--location=REGION_ID

替换以下内容:

  • INSTANCE 是您的实例的 ID。
  • REGION_ID 是实例所在的区域。 例如:
gcloud beta memorystore instances describe my-instance \
--location=us-central1