View instance information

This page describes how to view information about a Memorystore for Valkey instance.

View instance summary information

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

Console

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

    Memorystore for Valkey

  2. Click the ID of an instance about which you want to view summary information.

gcloud

To view summary information about an instance, use the gcloud memorystore instances describe command:

gcloud memorystore instances describe INSTANCE_ID \
--location=REGION_ID

Make the following replacements:

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

For example:

gcloud memorystore instances describe my-instance \
--location=us-central1