Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
221
type
poolerAdapter
struct
{
222
p pool.Pooler
223
}
224
225
func
(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