Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ RetireConns
Method
RetireConns
internal/pool/pool.go:324–324 ·
view source on GitHub ↗
(ctx context.Context, conns []*Conn, reason string)
Source
from the content-addressed store, hash-verified
322
323
type
ConnRetirer
interface
{
324
RetireConns(ctx context.Context, conns []*Conn, reason string)
325
}
326
327
type
Pooler
interface
{
Callers
2
retireMaintNotificationsConns
Method · 0.65
pool_test.go
File · 0.65
Implementers
2
mockRetirePool
maintnotifications/manager_test.go
ConnPool
internal/pool/pool.go
Calls
no outgoing calls
Tested by
no test coverage detected