Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
22
type
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
pubSubPoolerAdapter
otel.go
mockPool
maintnotifications/pool_hook_test.go
mockPooler
internal/auth/streaming/manager_test.g
SingleConnPool
internal/pool/pool_single.go
PubSubPool
internal/pool/pubsub.go
ConnPool
internal/pool/pool.go
StickyConnPool
internal/pool/pool_sticky.go
Calls
no outgoing calls
Tested by
no test coverage detected