MCPcopy
hub / github.com/eolinker/goku_lite / RedisProxy

Struct RedisProxy

goku-node/redis-plugin-proxy/proxy.go:11–13  ·  view source on GitHub ↗

RedisProxy redisProxy

Source from the content-addressed store, hash-verified

9
10//RedisProxy redisProxy
11type RedisProxy struct {
12 redisClient redis.Cmdable
13}
14
15//Ping ping
16func (p *RedisProxy) Ping() redis2.StatusCmd { return p.redisClient.Ping() }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected