tencent cloud

Tencent Cloud Distributed Cache (Redis OSS-Compatible)

High Execution Latency

Download
聚焦模式
字号
最后更新时间: 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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈