Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wie lange dauert ein Failover für eine Redis-Instanz der Standardstufe?
Ein Failover dauert normalerweise etwa 30 Sekunden.
Was ist der Unterschied zwischen der Basisstufe und der Standardstufe für Memorystore for Redis?
Eine Instanz der Standardstufe bietet hohe Verfügbarkeit (High Availability, HA) mit einem Replikat. Bei routinemäßiger Wartung, bei Skalierung oder beim Ausfall einer Instanz erfolgt ein Failover des primären Caches auf das Replikat. So bleiben Ihre Daten erhalten. Eine Instanz der Basisstufe ist ein eigenständiger Cache, der für Anwendungen verwendet wird, die einem Kaltstart oder einer vollständigen Datenlöschung standhalten können. Weitere Informationen finden Sie unter Redis-Stufenfunktionen.
Ist in Memorystore for Redis ein Skaliercluster verfügbar?
Nein. Memorystore for Redis Basic und Standard Tier verwenden beide einen einzigen primären Knoten, um alle Redis-Daten zu speichern.
Die Standardstufe bietet einen Replikatknoten, um Ihre Daten für Hochverfügbarkeit zu sichern.
Verwendet Memorystore for Redis Open-Source-Redis, auch bekannt als "OSS Redis"?
Memorystore for Redis verwendet Open-Source-Redis.
Welche Redis-Version wird derzeit unterstützt?
Eine Liste der unterstützten Redis-Versionen finden Sie unter Aktuelle Versionen.
gcloud redis funktioniert nicht in der Befehlszeile. Warum?
Möglicherweise haben Sie eine ältere Version von gcloud installiert. Versuchen Sie, gcloud
components update auszuführen.
Wird der Speicherplatz, der nach dem Erstellen von Schlüsseln frei wird, von Memorystore for Redis wiederverwendet, um zusätzlichen Speicherplatz aus dem System zu vermeiden?
Die Arbeitsspeicherallokatoren können freie Speicherbereiche wiederverwenden. Wenn Sie 2 GB Ihres 5-GB-Datensatzes freigeben und weitere Schlüssel erstellen, bleibt die Größe des Resident Set (RSS) gleich und erhöht sich nicht, wenn Sie bis zu 2 GB zusätzliche Schlüssel hinzufügen. Die Allocatoren verwenden die 2 GB Arbeitsspeicher, die Sie freigegeben haben, wieder.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-19 (UTC)."],[],[],null,["# Memorystore for Redis FAQ\n\nHow 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](/memorystore/docs/redis/redis-tiers). 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](/memorystore/docs/redis/libraries) page? Yes. Memorystore for Redis is compatible with any client library for Redis. See the [Redis sample app for Compute Engine](/memorystore/docs/redis/connect-redis-instance-gce) and the[Redis sample app for Kubernetes](/memorystore/docs/redis/connect-redis-instance-gke) for examples of different client library setups. Can I use a shared VPC? Yes, Shared VPC is supported for Memorystore for Redis. For more details, see [Networking](/memorystore/docs/redis/networking). Can I connect to a Redis instance using the App Engine standard environment? Yes, but first you need to [connect the App Engine standard environment to your VPC network](/appengine/docs/standard/python/connecting-vpc). Can I connect to a Redis instance using Cloud Run functions? Yes, but first you need to [connect Cloud Run functions to your VPC network](/functions/docs/connecting-vpc). Does Memorystore for Redis use open source Redis, also known as OSS Redis? Yes. Memorystore for Redis uses open source Redis. What version of Redis is currently supported? For a list of supported Redis versions, see [Current versions](/memorystore/docs/redis/supported-versions#current_versions). `gcloud redis` isn't working on the command line. Why? You may have an older version of `gcloud` installed. Try running `gcloud\ncomponents 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."]]