Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa pagina descrive come scalare le istanze Memorystore for Redis. Per saperne di più sul comportamento di un'istanza durante lo scaling, consulta Comportamento di scalabilità delle istanze.
Best practice per lo scaling di un'istanza
Ti consigliamo di esportare
i dati dell'istanza prima di scalare l'operazione.
Per le istanze di livello Standard, per aumentare la velocità e l'affidabilità
dell'operazione di scalabilità, esegui lo scale up dell'istanza durante i periodi di traffico
ridotto. Per scoprire come monitorare il traffico delle istanze, consulta Monitoraggio delle istanze Redis.
Quando riduci la capacità di un'istanza Standard Tier, devi scegliere una dimensione
superiore alla quantità di dati archiviati, altrimenti il ridimensionamento non va a buon fine.
Ad esempio, se hai un'istanza da 10 GB con 5,5 GB di dati archiviati, puoi ridimensionarla a un minimo di 6 GB. La quantità di spazio di archiviazione
utilizzata dall'istanza è visibile nella pagina dei dettagli nella
consoleGoogle Cloud .
Istruzioni per la scalabilità dell'istanza
Console
Vai alla pagina Memorystore for Redis nella console Google Cloud .
Memorystore for Redis
Fai clic sull'ID istanza dell'istanza che vuoi ridimensionare.
Fai clic su Modifica.
In Capacità, inserisci una nuova dimensione nel campo per aggiornare la capacità dell'istanza.
Fai clic su Salva.
Gcloud
Inserisci il seguente comando, sostituendo variables con i valori
appropriati:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-08-19 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```"]]