MCPcopy
hub / github.com/silenceper/wechat / Redis

Struct Redis

cache/redis.go:13–16  ·  view source on GitHub ↗

Redis .redis cache

Source from the content-addressed store, hash-verified

11
12// Redis .redis cache
13type Redis struct {
14 ctx context.Context
15 conn redis.UniversalClient
16}
17
18// RedisOpts redis 连接属性
19type RedisOpts struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected