ms
Memorystore
DatabasesGCP
General
General information about the service.
Description
Google Cloud Memorystore provides a fully managed in-memory data store service for Redis and Memcached.
Service ID
redis.googleapis.comResource Pattern
projects/{project}/locations/{location}/instances/{instance}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
ms-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_redis_instance" "main" {2 name = "ms-${var.environment}"3 memory_size_gb = 14 region = var.region5}
Utilities
Utilities to support app deployment or configuration.