Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
229
type
pubSubPoolerAdapter
struct
{
230
p otel.PubSubPooler
231
}
232
233
func
(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