Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to scale Memorystore for Redis instances. For more
information about an instance's behavior during scaling, see Instance scaling behavior.
Best practices for scaling an instance
We recommend exporting
your instance data before scaling your operation.
For Standard Tier instances, to increase the speed and reliability of
your scaling operation, scale your instance during periods of low instance
traffic. To learn how to monitor instance traffic, see Monitoring Redis instances.
When reducing a Standard Tier instance's capacity, you must choose a size
greater than the amount of data being stored or scaling fails.
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.
Instance scaling instructions
Console
Go to the Memorystore for Redis page in the Google Cloud console.
Memorystore for Redis
Click the Instance ID of the instance you want to resize.
Click Edit.
Under Capacity, enter a new size in the field to update the
instance's capacity.
Click Save.
Gcloud
Enter the following command, replacing variables with appropriate
values:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 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```"]]