MCPcopy
hub / github.com/argoproj/argo-cd / redisCache

Struct redisCache

util/cache/redis.go:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49var _ CacheClient = &redisCache{}
50
51type redisCache struct {
52 expiration time.Duration
53 client *redis.Client
54 cache *rediscache.Cache
55 redisCompressionType RedisCompressionType
56}
57
58func (r *redisCache) getKey(key string) string {
59 switch r.redisCompressionType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected