Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Aug 16, 2024
2 parents b21da40 + 39c3091 commit e0b8203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var (
configPath string
DistPath string
VERSION = "2.9.0"
VERSION = "2.8.3"
)

func Init() {
Expand Down
10 changes: 5 additions & 5 deletions core/count.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"time"
)

//index 数据类型 key
//sitePv Str 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)
// index 数据类型 key
// sitePv Str 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)

type Counts struct {
SitePv int64
Expand Down

0 comments on commit e0b8203

Please sign in to comment.