Redis tier capabilities

Note: If you are looking for the Memorystore for Redis Cluster documentation,seeMemorystore for Redis Cluster overview.

This page describes the differences between the available Redis tiers.

Memorystore for Redis supports Basic and StandardTiers. The Basic Tier is best suited for applications that use Redis as a cacheand can withstand a cold restart and full cache flush. Standard Tier instancesprovideHigh Availabilityusing replication, read replicas, and automatic failover.

It is not possible to upgrade from Basic Tier to Standard Tier or the other wayaround. If you want to move data from an existing Basic Tier instance to a newStandard Tier instance, useimport and exportto move your data.

Tier architecture

The following diagrams show the architectures for theMemorystore for Redis service tiers.

Basic Tier

  • One Redis node
  • Ephemeral cache

Standard Tier

  • ProvidesHigh Availabilitywith replication
  • Fails over to replica in the case of primary node failure

Standard Tier with read replicas

Feature comparison

SpecificationsBasic TierStandard Tier (read replicas disabled)Standard Tier (read replicas enabled)
DescriptionProvides a cache with no replicationProvides redundancy and availability using replicationProvides redundancy and availability using replication to backup data, and multiple Read replicas to increase read throughput
Max Redis primary size300 GB300 GB300 GB
Max network bandwidth16 Gbps16 Gbps16 Gbps total for writes. 16 Gbps per node for reads.1
I/O threadsYes2Yes2Yes2
Scale primary sizeYesYesYes
Scale number of read replicasNoNoYes
Cross-zone replicationNoYes3Yes3
Automatic failoverNoYesYes
Read replicasNoNoYes
In-transit encryptionYesYesYes
Maintenance windowYesYesYes
Cloud MonitoringYesYesYes

1The maximum write throughput is 16 Gbps. Read throughput is dependent on the number of nodes (read replicas) in the instance, including the primary node. For example, if you have an instance with 1 primary node and 2 read replicas, the total read throughput is 48 Gbps.

2I/O threads are only available on M3 instances or higher runningRedis version 6.x. For more information, seeRedis version 6.x.

3For more information about region-specific considerations, seeGeography and regions.

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

Last updated 2026-02-19 UTC.