View instance information

This page gives instructions for how to view details about an instance.

View instance information

Console

  1. Go to the Memorystore for Redis Cluster page in the Google Cloud console.

    Memorystore for Redis Cluster

  2. Click your Cluster ID.

gcloud

To view the details of an instance, run the describe command:

gcloud redis clusters describe INSTANCE_ID \
--region=REGION

Replace the following:

  • INSTANCE_ID is the ID of your instance.
  • REGION_ID is the region where your instance is located. For example:
gcloud redis clusters describe my-instance \
--region=us-central1

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月29日 UTC.