MCPcopy
hub / github.com/redis/go-redis / poolerAdapter

Struct poolerAdapter

otel.go:221–223  ·  otel.go::poolerAdapter

Source from the content-addressed store, hash-verified

219}
220
221type poolerAdapter struct {
222 p pool.Pooler
223}
224
225func (a *poolerAdapter) PoolStats() *pool.Stats {
226 return a.p.Stats()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected