MCPcopy
hub / github.com/redis/go-redis / NetConn

Method NetConn

internal/pool/export_test.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12func (cn *Conn) NetConn() net.Conn {
13 return cn.getNetConn()
14}
15
16func (p *ConnPool) CheckMinIdleConns() {
17 p.connsMu.Lock()

Callers

nothing calls this directly

Calls 1

getNetConnMethod · 0.95

Tested by

no test coverage detected