Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 53ce8e9

Browse files
Merge pull request Snailclimb#2558 from wunameya/main
Update redis-data-structures-02.md
2 parents a269e1c + 650a4c8 commit 53ce8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docs/database/redis/redis-data-structures-02.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ HyperLogLog 相关的命令非常少,最常用的也就 3 个。
123123

124124
### 应用场景
125125

126-
**数量量巨大(百万、千万级别以上)的计数场景**
126+
**数量巨大(百万、千万级别以上)的计数场景**
127127

128128
- 举例:热门网站每日/每周/每月访问 ip 数统计、热门帖子 uv 统计、
129129
- 相关命令:`PFADD``PFCOUNT`

‎docs/database/redis/redis-questions-01.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ Redis 的定期删除过程是随机的(周期性地随机从设置了过期
729729

730730
Redis 7.2 版本的执行时间阈值是 **25ms**,过期 key 比例设定值是 **10%**
731731

732-
```java
732+
```c
733733
#define ACTIVE_EXPIRE_CYCLE_FAST_DURATION 1000 /* Microseconds. */
734734
#define ACTIVE_EXPIRE_CYCLE_SLOW_TIME_PERC 25 /* Max % of CPU to use. */
735735
#define ACTIVE_EXPIRE_CYCLE_ACCEPTABLE_STALE 10 /* % of stale keys after which

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /