Upgrade the Redis version of an instance

This page describes how to upgrade the Redis version of a Memorystore for Redis instance. For a list of available versions, see Supported versions. For more information about instance behavior during an upgrade operation, see Version upgrade behavior.

Upgrading the instance version

Console

  1. Go to the Memorystore for Redis page in the Google Cloud console
    Memorystore for Redis
  2. Click the instance ID of the instance you want to upgrade
  3. In the Configuration section, next to Redis Version, click UPGRADE
  4. Click the UPGRADE button in the dialog to upgrade your instance

gcloud

To upgrade the Redis version of your instance, enter the following command, replacing variables with appropriate values:

gcloud redis instances upgrade instance-id --redis-version=version --region=region

Where:

  • instance-id is your instance ID
  • version is the version you want to upgrade to:
    • Acceptable values are: redis_4_0, redis_5_0, redis_6_x, redis_7_0, and redis_7_2
  • region is the region in which the instance is provisioned

For example:

gcloud redis instances upgrade myinstance --redis-version=redis_7_0 --region=us-central1

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月29日 UTC.