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