Skip to content

Commit 3a38ed8

Browse files
committed
docs: wrong spell
1 parent d879d56 commit 3a38ed8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
UV 与 PV 数据分别采用以下方式进行存储:
2727

28-
| index | 数据类型 | key |
29-
|--------|-------------|----------------------------------|
30-
| sitePv | Str | bsz:site_pv:md5(host) |
31-
| siteUv | HyperLogLog | bsz:site_uv:md5(host) |
32-
| pagePv | Zset | bsz:page_pv:md5(host&path) |
33-
| pageUv | HyperLogLog | bsz:site_uv:md5(hostm):md5(path) |
28+
| index | 数据类型 | key |
29+
|--------|-------------|-----------------------------------|
30+
| sitePv | String | bsz:site_pv:md5(host) |
31+
| siteUv | HyperLogLog | bsz:site_uv:md5(host) |
32+
| pagePv | ZSet | bsz:page_pv:md5(host) / md5(path) |
33+
| pageUv | HyperLogLog | bsz:site_uv:md5(host):md5(path) |
3434

3535
## 其他
3636

0 commit comments

Comments
 (0)