Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Berapa lama waktu yang diperlukan untuk failover instance Redis Tingkat Standar?
Proses failover biasanya memerlukan waktu sekitar 30 detik.
Apa perbedaan antara Tingkat Dasar dan Tingkat Standar untuk Memorystore for Redis?
Instance Tingkat Standar menyediakan Ketersediaan Tinggi (HA) dengan replika. Jika terjadi pemeliharaan rutin, penskalaan, atau kegagalan instance, cache utama akan beralih ke replika, sehingga data Anda tetap aman. Instance Tingkat Dasar adalah cache mandiri
yang digunakan untuk aplikasi yang dapat menahan cold restart/flush data penuh. Untuk mengetahui informasi selengkapnya, lihat Kemampuan Tingkat Redis.
Apakah cluster penskalaan keluar tersedia di Memorystore for Redis?
Tidak. Memorystore for Redis Paket Dasar dan Standar menggunakan satu node utama untuk menyimpan semua
data Redis.
Tingkat Standar menyediakan node replika untuk mencadangkan data Anda untuk Ketersediaan Tinggi.
Dapatkah saya menggunakan library klien yang tidak tercantum di halaman
Library Klien?
Apakah Memorystore for Redis menggunakan Redis open source, yang juga dikenal sebagai OSS Redis?
Ya. Memorystore for Redis menggunakan Redis open source.
Versi Redis apa yang saat ini didukung?
Untuk mengetahui daftar versi Redis yang didukung, lihat Versi saat ini.
gcloud redis tidak berfungsi di command line. Mengapa?
Anda mungkin telah menginstal gcloud versi lama. Coba jalankan gcloud
components update.
Untuk menghindari penggunaan memori tambahan dari sistem, apakah Memorystore for Redis menggunakan kembali ruang
yang dibebaskan setelah Anda membuat kunci?
Alokator memori dapat menggunakan kembali potongan memori yang bebas. Jika Anda mengosongkan 2 GB dari set data 5 GB,
dan membuat lebih banyak kunci, Anda akan melihat ukuran set resident (RSS) tetap stabil dan tidak meningkat
saat Anda menambahkan hingga 2 GB kunci tambahan. Alokator menggunakan kembali memori 2 GB yang Anda
kosongkan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]