View instance information
Stay organized with collections
Save and categorize content based on your preferences.
This page gives instructions for how to view details about an instance.
View instance information
Console
Go to the Memorystore for Redis Cluster page in the Google Cloud console.
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