[[["容易理解","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 (世界標準時間)。"],[],[],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```"]]