add ristretto caching and process daily and rolling data
This commit is contained in:
@@ -8,3 +8,10 @@ require (
|
||||
github.com/cenkalti/backoff/v5 v5.0.3
|
||||
pkg v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/dgraph-io/ristretto/v2 v2.3.0 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user