이 페이지에서는 Redis용 Memorystore 해결책을 계획하고 구현할 때 고려해야 하는 제품 제약조건을 설명합니다.
차단된 Redis 명령어
ACL CAT
ACL DELUSER
ACL GENPASS
ACL GETUSER
ACL HELP
ACL LIST
ACL LOAD
ACL LOG
ACL SAVE
ACL SETUSER
ACL USERS
ACL WHOAMI
BGREWRITEAOF
BGSAVE
CLIENT
CLUSTER
COMMAND
CONFIG1
디버그
LASTSAVE
MIGRATE
MONITOR
OBJECT
SHUTDOWN
REPLICAOF
저장
1 Redis용 Memorystore가 CONFIG 명령어를 차단하므로 Redis 서버의 redis.conf 파일을 수정할 수 없습니다. 하지만 gcloud CLI를 사용하여 정의된 지원되는 Redis 구성 집합을 수정할 수 있습니다.
표준 등급 인스턴스의 복제 백로그
표준 등급의 Redis용 Memorystore 인스턴스는 복제 백로그 사용을 위해 기본 노드 메모리의 10%를 예약합니다. 인스턴스를 모니터링할 때 인스턴스가 비어 있어도 이 백로그는 사용된 메모리 측정항목에 나타납니다.
관리 작업은 한 번에 하나씩 실행 가능
Redis용 Memorystore 관리 작업의 예로는 다른 Redis 인스턴스 구성의 크기를 조절하고, 이름을 바꾸고, 변경하는 작업이 있습니다. 이러한 명령은 한 번에 하나만 실행할 수 있습니다. 하나의 관리 작업이 완료될 때까지 기다린 후에 다른 관리 작업을 실행할 수 있습니다. 이러한 작업 중에도 Redis 명령을 실행하고 Redis 인스턴스의 데이터에 액세스할 수 있습니다.
할당량 및 한도
Redis용 Memorystore 인스턴스 용량 할당량 및 API 요청 할당량에 대한 자세한 내용은 할당량 및 한도를 참조하세요.
[[["이해하기 쉬움","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,["# Product constraints\n\nThis page describes product constraints that you should take into consideration\nwhen planning and implementing your Memorystore for Redis solution.\n\nBlocked Redis commands\n----------------------\n\n| **Note:** The COMMAND, MONITOR, and OBJECT commands are available for instances created after November 4, 2019.\n\n- ACL CAT\n- ACL DELUSER\n- ACL GENPASS\n- ACL GETUSER\n- ACL HELP\n- ACL LIST\n- ACL LOAD\n- ACL LOG\n- ACL SAVE\n- ACL SETUSER\n- ACL USERS\n- ACL WHOAMI\n- BGREWRITEAOF\n- BGSAVE\n- CLIENT\n- CLUSTER\n- COMMAND\n- CONFIG^1^\n- DEBUG\n- LASTSAVE\n- MIGRATE\n- MONITOR\n- OBJECT\n- SHUTDOWN\n- REPLICAOF\n- SAVE\n\n^1^ Memorystore for Redis blocks the `CONFIG` command, which stops you\nfrom modifying the `redis.conf` file for your Redis server. However, you can\nuse the gcloud CLI to modify a defined set of [Supported Redis configurations](/memorystore/docs/redis/supported-redis-configurations).\n\nReplication backlog for Standard Tier instances\n-----------------------------------------------\n\nStandard Tier Memorystore for Redis instances reserve 10% of primary-node\nmemory for replication backlog usage. When [monitoring your instance](/memorystore/docs/redis/monitoring-instances),\nthis backlog appears in the **used memory** metric, even if the instance is\nempty.\n\nYou can only run one admin operation at a time\n----------------------------------------------\n\nExamples of Memorystore for Redis admin operations are resizing, renaming, and\nchanging other Redis instance configurations. Only one of these commands can be\nrun at a time. You will have to wait for any admin operation to complete before\nyou can run another one. During these operations, you can still run Redis\ncommands and access the data in the Redis instance.\n\nQuotas and limits\n-----------------\n\nFor information on the Memorystore for Redis instance capacity quota and API\nrequests quota, see [Quotas and Limits](/memorystore/docs/redis/quotas)."]]