Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
func
(cn *Conn) NetConn() net.Conn {
13
return
cn.getNetConn()
14
}
15
16
func
(p *ConnPool) CheckMinIdleConns() {
17
p.connsMu.Lock()
Callers
nothing calls this directly
Calls
1
getNetConn
Method · 0.95
Tested by
no test coverage detected