MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / redisCache

Struct redisCache

api/pkg/cache/redis_cache.go:15–18  ·  view source on GitHub ↗

redisCache is the Cache implementation in redis

Source from the content-addressed store, hash-verified

13
14// redisCache is the Cache implementation in redis
15type redisCache struct {
16 tracer telemetry.Tracer
17 client *redis.Client
18}
19
20// NewRedisCache creates a new instance of RedisCache
21func NewRedisCache(tracer telemetry.Tracer, client *redis.Client) Cache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected