Memorystore for Redis Cluster는 Google Cloud용 완전 관리형 Redis 서비스입니다. Google Cloud에서 실행되는 애플리케이션은 복잡한 Redis 배포를 관리할 필요 없이 확장성, 가용성, 안전성이 뛰어난 Redis 서비스를 활용하여 성능을 극대화할 수 있습니다.
주요 개념 및 용어
계층적 리소스 구조
Memorystore for Redis Cluster는 Redis 배포에 사용되는 다양한 리소스를 계층 구조로 수집하여 관리를 단순화합니다.
다음은 이 구조를 설명하는 다이어그램입니다.
Memorystore for Redis Cluster 인스턴스는 각각 키 공간의 하위 집합이 포함된 샤드 집합으로 구성됩니다. Memorystore 클러스터의 각 샤드는 하나의 기본 노드와 원하는 경우 최대 2개의 복제본 노드로 이루어집니다.
복제본 노드가 추가되면 Memorystore가 자동으로 영역 간에 샤드의 노드를 분산하여 더 높은 가용성과 처리량을 제공합니다.
인스턴스
Memorystore for Redis Cluster 인스턴스는 데이터의 컨테이너입니다. 인스턴스 및 클러스터라는 용어는 단일 Memorystore for Redis Cluster 배포 단위를 참조하는 경우 동일한 의미로 사용할 수 있습니다. Memorystore 인스턴스를 프로비저닝할 때는 전체 애플리케이션의 키스페이스를 제공할 만큼 충분한 샤드를 프로비저닝해야 합니다.
Memorystore 클러스터 사양에 대한 자세한 내용은 클러스터 및 노드 사양을 참고하세요.
샤드
클러스터는 크기가 동일한 여러 샤드로 구성됩니다. Memorystore 샤드 사양에 대한 자세한 내용은 클러스터 및 노드 사양을 참고하세요.
기본 및 복제본 노드
샤드당 기본 노드가 하나 있습니다. 각 샤드에는 0개, 1개 또는 2개의 복제본 노드가 있을 수 있습니다. 복제본은 고가용성과 추가 읽기 처리량을 제공하며 영역에 고르게 분산됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다. Redis is a trademark of Redis Ltd. All rights therein are reserved to Redis Ltd. Any use by Google is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Google. Memorystore is based on and is compatible with open-source Redis versions 7.2 and earlier and supports a subset of the total Redis command library.
최종 업데이트: 2025-09-04(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Memorystore for Redis Cluster overview\n\nMemorystore for Redis Cluster is a fully managed Redis service for Google Cloud. Applications\nrunning on Google Cloud can achieve extreme performance by leveraging the highly\nscalable, available, secure Redis service without the burden of managing complex\nRedis deployments.\n\nKey concepts and terms\n----------------------\n\n### Hierarchical resource structure\n\nMemorystore for Redis Cluster gathers the various resources used in a Redis deployment\ninto a hierarchical structure that simplifies administration and management.\nHere is a diagram that illustrates this structure:\n\nMemorystore for Redis Cluster instances are composed of a set of shards, each\ncontaining a subset of your key space. Each shard in a Memorystore\ncluster is composed of one primary node, and optionally up to two replica nodes.\nWhen replica nodes are added, Memorystore automatically\ndistributes the nodes of a shard across zones to provide higher availability and\nthroughput.\n\n### Instances\n\nA Memorystore for Redis Cluster instance is a container for your data. The terms\n*instance* and *cluster* can be used interchangeably when referring to a single\nMemorystore for Redis Cluster unit of deployment. When provisioning a\nMemorystore instance, you must provision enough shards to serve the\nkeyspace of your entire application.\n\nFor details about Memorystore cluster specification, see [Cluster and node specification](/memorystore/docs/cluster/cluster-node-specification).\n\n### Shards\n\nYour cluster is composed of multiple equally sized shards. For details about\nMemorystore shard specification, see [Cluster and node specification](/memorystore/docs/cluster/cluster-node-specification).\n\n### Primary and replica nodes\n\nThere is one primary node per shard. Each shard can have 0, 1, or 2 replica\nnodes. Replicas provide high availability and additional read throughput, and\nare evenly distributed across zones.\n\nFor more details see [High availability and replicas](/memorystore/docs/cluster/ha-read-replicas).\n\n### Redis version\n\nMemorystore for Redis Cluster is based on open-source [Redis version 7.x](https://github.com/redis/redis/blob/7.0/00-RELEASENOTES) and supports a [subset of the\ntotal Redis command library](/memorystore/docs/cluster/supported-commands).\n\nCluster endpoints\n-----------------\n\nEach instance has a discovery endpoint to which your client connects. Your\nclient also uses the discovery endpoint for cluster node discovery. For more\ninformation, see [Cluster endpoints](/memorystore/docs/cluster/cluster-node-specification#cluster_endpoints).\n\nNetworking prerequisites\n------------------------\n\nBefore you can create a Memorystore for Redis Cluster instance, you must set up\n[Networking](/memorystore/docs/cluster/networking) for your project.\n\nBilling\n-------\n\nSee the [Pricing](/memorystore/docs/cluster/pricing) page for information on\npricing for available regions."]]