List instances

This page provides instructions for how to list Memorystore for Redis Cluster instances.

List instances

Console

  1. To view a list of instances, go to Memorystore for Redis Cluster page in the Google Cloud console.

    Memorystore for Redis Cluster

gcloud

To view your existing Memorystore for Redis Cluster instances run the list command:

gcloud redis clusters list \
--region=REGION_ID \

Replace the following:

  • REGION_ID is the region where your instance is located.

For example:

gcloud redis clusters list \
--region=us-central1 \