이 문서에서는 Memorystore for Redis의 현재 리소스 용량 한도 및 초당 API 요청 할당량에 관한 내용을 다룹니다.
인스턴스 한도
Memorystore for Redis에 적용되는 사용량 한도는 다음과 같습니다.
한도
값1
인스턴스당 데이터베이스
16
기본 등급의 인스턴스당 연결된 클라이언트
65,000
표준 등급의 인스턴스당 연결된 클라이언트
65,000
읽기 복제본이 있는 표준 등급의 인스턴스당 연결된 클라이언트
기본 및 읽기 복제본을 포함한 각 노드에 대해 65,000
1전송 중 암호화와 Redis 버전 6.x 이하를 모두 사용하는 인스턴스의 경우 연결 한도가 낮을 수 있습니다. 자세한 내용은 전송 중 암호화의 연결 한도를 참고하세요.
리전별 용량 할당량
Memorystore for Redis의 기본 프로젝트당 할당량을 통해 서비스가 제공되는 각 리전에서 1TB의 Redis 용량을 프로비저닝할 수 있습니다.
할당량
값
리전당 프로비저닝되는 데이터
1TB
예를 들어 us-central1에서 각각 300GB로 프로젝트의 인스턴스 3개를 프로비저닝하면 us-central1의 1TB 할당량 중에서 900GB를 사용하게 됩니다. 기본 할당량으로 us-central1에서 100GB를 추가로 프로비저닝할 수 있습니다. 리전의 할당량 상향을 요청하려면 리전별 용량 할당량 상향을 참조하세요.
할당량 목록에서 원하는 리전의 총 Redis 용량(GB)이라는 할당량 옆에 있는 체크박스를 클릭합니다.
할당량 수정 버튼을 클릭합니다.
수정 창에서 연락처 정보를 입력한 후 다음을 클릭합니다.
원하는 할당량을 입력한 후 완료를 클릭합니다.
요청 제출을 클릭합니다.
초당 API 요청 할당량
Memorystore for Redis API 요청 및 작업의 초당 할당량은 다음과 같으며 변경될 수 있습니다.
API 요청 할당량
값
프로젝트별 분당 Redis 인스턴스 생성 요청 수
30
분당 API 요청 수
3,000
프로젝트별 분당 Redis 인스턴스 생성 요청에는 생성 작업 (gcloud redis instances create)이 포함됩니다.
Memorystore for Redis API 작업:
가져오기 작업(gcloud redis instances describe)
나열 작업(gcloud redis instances list)
만들기 작업(gcloud redis instances create)
삭제 작업(gcloud redis instances delete)
가져오기 및 내보내기 작업 (gcloud redis instances import 및 gcloud redis instances export)
업데이트 작업(gcloud redis instances update)
업그레이드 작업 (gcloud redis instances upgrade)
장애 조치 작업 (gcloud redis instances failover)
이 할당량은 redis.googleapis.com 요청 및 작업용이며 OSS Redis 프로토콜 및 명령어에는 적용되지 않습니다. 이러한 한도는 각각의 Google Cloud 콘솔 프로젝트에 적용되며, 같은 프로젝트를 사용하는 모든 애플리케이션과 IP 주소 전반에 공유됩니다.
[[["이해하기 쉬움","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-05(UTC)"],[],[],null,["# Quotas and limits\n\n| **Note:** If you are looking for the Memorystore for Redis Cluster documentation, see [Quotas and limits](/memorystore/docs/cluster/quotas).\n\nThis document contains the current resource capacity limits and per-second API\nrequest quotas for Memorystore for Redis.\n\nInstance limits\n---------------\n\nMemorystore for Redis enforces the following usage limits:\n\n^1^ For instances that use both [in-transit encryption](/memorystore/docs/redis/about-in-transit-encryption) and Redis version 6.x or earlier, connection limits can be lower. For more information, see [Connection limits for in-transit encryption](/memorystore/docs/redis/about-in-transit-encryption#connection_limits_for_in-transit_encryption).\n\nRegional capacity quota\n-----------------------\n\nThe default per-project quota for Memorystore for Redis allows you to\nprovision 1 TB of Redis capacity in each region where the\nservice is available.\n\nFor example, if you provision three instances in your project with 300 GB\neach in `us-central1`, you will have consumed 900 GB out of the 1\nTB quota for `us-central1`. With the default quota, you can provision an\nadditional 100 GB in `us-central1`. To request a higher quota for a region,\nsee [Regional capacity quota increases](/memorystore/docs/redis/quotas#regional_capacity_quota_increases).\n\n### Regional capacity quota increases\n\nTo request a higher regional capacity for your project, follow these steps:\n\n1. Go to the **Quotas** page in the Google Cloud console. \n [Quotas](https://console.cloud.google.com/iam-admin/quotas)\n2. From the **Services** drop down, select **Memorystore for Redis API**.\n3. From the list of quotas, click the checkbox next to the quota labeled **Total Redis capacity (GB)** for the desired region.\n4. Click the **Edit Quotas** button.\n5. In the edit pane, enter your contact information, then click **Next**.\n6. Enter your desired quota, then click **Done**.\n7. Click **Submit request**.\n\nPer-second API requests quota\n-----------------------------\n\n| **Note:**\n| - You cannot request a quota increase for Memorystore for Redis API operations, such as instance `create`, `update`, and `export`. There is no limit to the number of Redis commands you can run, such as Redis `SET`, `GET`, and `DEL`.\n| - Follow the [Exponential backoff recommendations](/memorystore/docs/redis/exponential-backoff) to reduce the number of API requests made if an error is encountered.\n\nThe per-second quota for Memorystore for Redis API requests/operations is as\nfollows, and is subject to change:\n\nCreate Redis instance requests per project per minute includes create operations (`gcloud redis instances create`).\n\nMemorystore for Redis API operations include:\n\n- Get operations (`gcloud redis instances describe`)\n- List operations (`gcloud redis instances list`)\n- Create operations (`gcloud redis instances create`)\n- Delete operations (`gcloud redis instances delete`)\n- Import and export operations (`gcloud redis instances import` and `gcloud redis instances export`)\n- Update operations (`gcloud redis instances update`)\n- Upgrade operations (`gcloud redis instances upgrade`)\n- Failover operations (`gcloud redis instances failover`)\n\nThis quota is for redis.googleapis.com requests/operations, not OSS Redis\nprotocol/commands. These limits apply to each Google Cloud console project and\nare shared across all applications and IP addresses using that project."]]