Memorystore for Redis는 기본 및 표준 등급을 지원합니다. 기본 등급은 Redis를 캐시로 사용하고 콜드 재시작 및 전체 캐시 삭제를 견딜 수 있는 애플리케이션에 가장 적합합니다. 표준 등급 인스턴스는 복제, 읽기 복제본 및 자동 장애 조치를 사용하여 고가용성을 제공합니다.
기본 등급에서 표준 등급으로 또는 그 반대로의 업그레이드는 수행할 수 없습니다. 기존 기본 등급 인스턴스에서 새 표준 등급 인스턴스로 데이터를 이동하려면 가져오기 및 내보내기를 사용하여 데이터를 이동하세요.
등급별 아키텍처
다음 다이어그램은 Memorystore for Redis 서비스 등급의 아키텍처를 보여줍니다.
[[["이해하기 쉬움","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,["# Redis tier capabilities\n\n| **Note:** If you are looking for the Memorystore for Redis Cluster documentation, see [Memorystore for Redis Cluster overview](/memorystore/docs/cluster/overview).\n\nThis page describes the differences between the available Redis tiers.\n\nMemorystore for Redis supports Basic and Standard\nTiers. The Basic Tier is best suited for applications that use Redis as a cache\nand can withstand a cold restart and full cache flush. Standard Tier instances\nprovide [High Availability](/memorystore/docs/redis/high-availability)\nusing replication, read replicas, and automatic failover.\n\nIt is not possible to upgrade from Basic Tier to Standard Tier or the other way\naround. If you want to move data from an existing Basic Tier instance to a new\nStandard Tier instance, use [import and export](/memorystore/docs/redis/import-export-overview)\nto move your data.\n\nTier architecture\n-----------------\n\nThe following diagrams show the architectures for the\nMemorystore for Redis service tiers.\n\n### Basic Tier\n\n- One Redis node\n- Ephemeral cache\n\n### Standard Tier\n\n- Provides [High Availability](/memorystore/docs/redis/high-availability) with replication\n- Fails over to replica in the case of primary node failure\n\n### Standard Tier with read replicas\n\n- Provides [High Availability](/memorystore/docs/redis/high-availability) with replication\n- Read replicas allow for distributed reads\n\nFeature comparison\n------------------\n\n^1^ The maximum write throughput is 16 Gbps. Read throughput is dependent on the number of nodes (read replicas) in the instance, including the primary node. For example, if you have an instance with 1 primary node and 2 read replicas, the total read throughput is 48 Gbps.\n\n^2^ I/O threads are only available on M3 instances or higher running Redis version 6.x. For more information, see [Redis version 6.x](/memorystore/docs/redis/supported-versions#redis_version_6x).\n\n^3^ For more information about region-specific considerations, see [Geography and regions](/docs/geography-and-regions#regions_and_zones)."]]