We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d879d56 commit 3a38ed8Copy full SHA for 3a38ed8
README.md
@@ -25,12 +25,12 @@
25
26
UV 与 PV 数据分别采用以下方式进行存储:
27
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) |
+| index | 数据类型 | key |
+|--------|-------------|-----------------------------------|
+| sitePv | String | bsz:site_pv:md5(host) |
+| siteUv | HyperLogLog | bsz:site_uv:md5(host) |
+| pagePv | ZSet | bsz:page_pv:md5(host) / md5(path) |
+| pageUv | HyperLogLog | bsz:site_uv:md5(host):md5(path) |
34
35
## 其他
36
0 commit comments