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

Struct pubSubPoolerAdapter

otel.go:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229type pubSubPoolerAdapter struct {
230 p otel.PubSubPooler
231}
232
233func (a *pubSubPoolerAdapter) Stats() *pool.PubSubStats {
234 return a.p.Stats()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected