[[["이해하기 쉬움","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,["# Scale Redis instances\n\n| **Note:** If you are looking for the Memorystore for Redis Cluster documentation, see [Scale instance capacity](/memorystore/docs/cluster/scale-instance-capacity).\n\nThis page describes how to scale Memorystore for Redis instances. For more\ninformation about an instance's behavior during scaling, see [Instance scaling behavior](/memorystore/docs/redis/scaling-behavior).\n\nBest practices for scaling an instance\n--------------------------------------\n\n- We recommend [exporting](/memorystore/docs/redis/export-data)\n your instance data before scaling your operation.\n\n- For Standard Tier instances, to increase the speed and reliability of\n your scaling operation, scale your instance during periods of low instance\n traffic. To learn how to monitor instance traffic, see [Monitoring Redis instances](/memorystore/docs/redis/monitoring-instances).\n\n- When reducing a Standard Tier instance's capacity, you must choose a size\n greater than the amount of data being stored or scaling fails.\n\n - For example, if you have a 10 GB instance that has 5.5 GB of data stored in it, you can resize the instance to a minimum of 6 GB. The amount of storage your instance uses is visible on its details page in the Google Cloud console.\n\nInstance scaling instructions\n-----------------------------\n\n### Console\n\n1. Go to the Memorystore for Redis page in the Google Cloud console. \n [Memorystore for Redis](https://console.cloud.google.com/memorystore/redis/instances?)\n2. Click the Instance ID of the instance you want to resize.\n3. Click **Edit**.\n4. Under **Capacity**, enter a new size in the field to update the instance's capacity.\n5. Click **Save**.\n\n### Gcloud\n\nEnter the following command, replacing \u003cvar translate=\"no\"\u003evariables\u003c/var\u003e with appropriate\nvalues:\n\n\u003cbr /\u003e\n\n```\ngcloud redis instances update instance-id --region=region-id --size=size\n```\n\n\u003cbr /\u003e\n\nWhere:\n\n- \u003cvar translate=\"no\"\u003einstance-id\u003c/var\u003e is your instance ID.\n- \u003cvar translate=\"no\"\u003eregion-id\u003c/var\u003e is the region ID.\n- \u003cvar translate=\"no\"\u003esize\u003c/var\u003e is the desired instance size in gibibytes (GiB).\n\nFor example: \n\n```\n gcloud redis instances update myinstance --region=us-central1 --size=100\n```"]]