Stay organized with collections
Save and categorize content based on your preferences.
How long does a failover take for a Standard Tier Redis instance?
A failover normally takes around 30 seconds to complete.
What is the difference between Basic Tier and Standard Tier for Memorystore for Redis?
A Standard Tier instance provides High Availability (HA)
with a replica. In cases of routine maintenance, scaling, or an instance failure, the primary
cache fails over to the replica, preserving your data. A Basic Tier instance is a standalone cache
that is used for applications that can withstand a cold restart/full data flush. For more
information, see Redis Tier Capabilities.
Is scale out cluster available on Memorystore for Redis?
No. Memorystore for Redis Basic and Standard Tier both use a single primary node to store all
Redis data.
Standard Tier provides a replica node to back up your data for High Availability.
Can I use a client library that isn’t listed on the
Client Libraries page?
gcloud redis isn’t working on the command line. Why?
You may have an older version of gcloud installed. Try running gcloud
components update.
To avoid drawing additional memory from the system, does Memorystore for Redis reuse the space
that's freed up after you create keys?
The memory allocators can reuse free chunks of memory. If you free 2 GB of your 5-GB data set,
and you create more keys, then you see the resident set size (RSS) stay steady and not increase
as you add up to 2 GB of additional keys. The allocators reuse the 2 GB of memory that you
freed.
[[["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-01-29 UTC."],[],[]]