Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ closeConn
Method
closeConn
internal/pool/pool.go:1531–1533 ·
view source on GitHub ↗
(cn *Conn)
Source
from the content-addressed store, hash-verified
1529
}
1530
1531
func
(p *ConnPool) closeConn(cn *Conn) error {
1532
return
cn.Close()
1533
}
1534
1535
// Len returns total number of connections.
1536
func
(p *ConnPool) Len() int {
Callers
8
putConn
Method · 0.95
removeConnInternal
Method · 0.95
CloseConn
Method · 0.95
RetireConns
Method · 0.95
Filter
Method · 0.95
Close
Method · 0.95
conn
Method · 0.80
closeTheCn
Method · 0.80
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected