Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API module Google::Cloud::Redis::Cluster::V1::CloudRedisCluster.
Configures and manages Cloud Memorystore for Redis clusters
Google Cloud Memorystore for Redis Cluster
The redis.googleapis.com service implements the Google Cloud Memorystore
for Redis API and defines the following resource model for managing Redis
clusters:
The service works with a collection of cloud projects, named: /projects/
Each project has a collection of available locations, named: /locations/
Each location has a collection of Redis clusters, named: /clusters/*
As such, Redis clusters are resources of the form:
/projects/{project_id}/locations/{location_id}/clusters/{instance_id}
Note that location_id must be a GCP region; for example:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Memorystore for Redis V1 API - Module Google::Cloud::Redis::Cluster::V1::CloudRedisCluster (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-redis-cluster-v1/latest/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [1.0.1](/ruby/docs/reference/google-cloud-redis-cluster-v1/1.0.1/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [0.6.0](/ruby/docs/reference/google-cloud-redis-cluster-v1/0.6.0/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [0.5.0](/ruby/docs/reference/google-cloud-redis-cluster-v1/0.5.0/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [0.4.2](/ruby/docs/reference/google-cloud-redis-cluster-v1/0.4.2/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [0.3.0](/ruby/docs/reference/google-cloud-redis-cluster-v1/0.3.0/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [0.2.2](/ruby/docs/reference/google-cloud-redis-cluster-v1/0.2.2/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster)\n- [0.1.0](/ruby/docs/reference/google-cloud-redis-cluster-v1/0.1.0/Google-Cloud-Redis-Cluster-V1-CloudRedisCluster) \nReference documentation and code samples for the Google Cloud Memorystore for Redis V1 API module Google::Cloud::Redis::Cluster::V1::CloudRedisCluster.\n\nConfigures and manages Cloud Memorystore for Redis clusters\n\nGoogle Cloud Memorystore for Redis Cluster\n\nThe `redis.googleapis.com` service implements the Google Cloud Memorystore\nfor Redis API and defines the following resource model for managing Redis\nclusters:\n\n- The service works with a collection of cloud projects, named: `/projects/`\n- Each project has a collection of available locations, named: `/locations/`\n- Each location has a collection of Redis clusters, named: `/clusters/*`\n- As such, Redis clusters are resources of the form: `/projects/{project_id}/locations/{location_id}/clusters/{instance_id}`\n\nNote that location_id must be a GCP `region`; for example:\n\n- `projects/redpepper-1290/locations/us-central1/clusters/my-redis`\n\nTo load this service and instantiate a REST client: \n\n require \"google/cloud/redis/cluster/v1/cloud_redis_cluster/rest\"\n client = ::Google::Cloud::Redis::Cluster::V1::CloudRedisCluster::Rest::Client.new"]]