We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d8eff commit 650a4c8Copy full SHA for 650a4c8
docs/database/redis/redis-questions-01.md
@@ -729,7 +729,7 @@ Redis 的定期删除过程是随机的(周期性地随机从设置了过期
729
730
Redis 7.2 版本的执行时间阈值是 **25ms**,过期 key 比例设定值是 **10%**。
731
732
-```java
+```c
733
#define ACTIVE_EXPIRE_CYCLE_FAST_DURATION 1000 /* Microseconds. */
734
#define ACTIVE_EXPIRE_CYCLE_SLOW_TIME_PERC 25 /* Max % of CPU to use. */
735
#define ACTIVE_EXPIRE_CYCLE_ACCEPTABLE_STALE 10 /* % of stale keys after which
0 commit comments