Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uselotus/lotus
/ RedisCache
Struct
RedisCache
go/event-ingestion/cache/cache.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
RedisCache
struct
{
18
rdb *redis.Client
19
defaultExpiration time.Duration
20
}
21
22
var
ctx = context.Background()
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected