MCPcopy
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
323type ConnRetirer interface {
324 RetireConns(ctx context.Context, conns []*Conn, reason string)
325}
326
327type Pooler interface {

Callers 2

pool_test.goFile · 0.65

Implementers 2

mockRetirePoolmaintnotifications/manager_test.go
ConnPoolinternal/pool/pool.go

Calls

no outgoing calls

Tested by

no test coverage detected