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

Interface PubSubPooler

otel.go:22–24  ·  otel.go::PubSubPooler

Source from the content-addressed store, hash-verified

20}
21
22type PubSubPooler interface {
23 Stats() *pool.PubSubStats
24}
25
26// OTelRecorder is the interface for recording OpenTelemetry metrics.
27

Callers

nothing calls this directly

Implementers 7

mockPoolmaintnotifications/pool_hook_test.go
mockPoolerinternal/auth/streaming/manager_test.g
SingleConnPoolinternal/pool/pool_single.go
PubSubPoolinternal/pool/pubsub.go
ConnPoolinternal/pool/pool.go
StickyConnPoolinternal/pool/pool_sticky.go

Calls

no outgoing calls

Tested by

no test coverage detected