MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / redisCache

Struct redisCache

cache/redis_cache.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type redisCache struct {
21 name string
22 client redis.UniversalClient
23 expire time.Duration
24}
25
26const getTimeout = 2 * time.Second
27const removeTimeout = 1 * time.Second

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected