add ristretto caching and process daily and rolling data

This commit is contained in:
2025-10-30 17:15:33 +01:00
parent 6f4090fcb3
commit 145028af37
4 changed files with 136 additions and 15 deletions
+7
View File
@@ -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
)