tencent cloud

Tencent Cloud Distributed Cache (Redis OSS-Compatible)

Berita Terkini dan Pengumuman
Catatan Rilis
Pengumuman
Pengenalan Produk
Ikhtisar
Keunggulan
Kasus Penggunaan
Mesin Penyimpanan
Product Series
Performa
Pemisahan Baca/Tulis
Deployment Multi-AZ
Wilayah dan AZ
Panduan Pembelian
Ikhtisar Penagihan
Metode Pembelian
Pembayaran Jatuh Tempo
Memulai
Membuat Instans TencentDB for Redis
Menghubungkan ke Instans TencentDB for Redis (melalui Jaringan Pribadi)
Panduan Pengoperasian
Ikhtisar Operasi
Koneksi SDK
Manajemen dan Pemeliharaan Instans
Peningkatan Instans
Manajemen Deployment Multi-AZ
Pencadangan dan Pemulihan
Manajemen akun
Konfigurasi Parameter
Manajemen Akses
Jaringan dan Keamanan
Pemantauan dan Peringatan Alarm
Replikasi Global
Service Agreement
Service Level Agreement
Terms of Service
Glosarium
DokumentasiTencent Cloud Distributed Cache (Redis OSS-Compatible)

High Execution Latency

Mode fokus
Ukuran font
Terakhir diperbarui: 2026-03-17 22:12:52

Error Description

Symptom 1: the execution latency was high.
Symptom 2: the business was affected.

Common Causes

The total number of requests was too high.
The traffic and connections were restricted.
There were complex commands such as KEYS * and MGET.
There are big keys and hot keys.
Cross-AZ or cross-Region access.
Bandwidth throttling.
Connection limit exceeded.
There is network jitter.

Solution

You can check whether the above problems exist based on the monitoring data in the console and your own business logic and make targeted optimizations.

Troubleshooting Procedure

1. If the total number of requests is high, see High Number of Total Requests.
2. If the traffic is restricted, see High Outbound Traffic. If the number of connections is restricted, see High Connection Utilization.
3. Optimize complex commands. If there is a KEYS *command, you can consider using the SCAN command to traverse in batches instead of using KEYS with a higher time complexity. If there is an MGET command, you can consider splitting it into n operations to get n keys.
Note:
If the problem persists, contact us.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan