Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ CheckMinIdleConns
Method
CheckMinIdleConns
internal/pool/export_test.go:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
(p *ConnPool) CheckMinIdleConns() {
17
p.connsMu.Lock()
18
p.checkMinIdleConns()
19
p.connsMu.Unlock()
20
}
21
22
func
(p *ConnPool) QueueLen() int {
23
return
int(p.semaphore.Len())
Callers
1
pool_test.go
File · 0.80
Calls
1
checkMinIdleConns
Method · 0.95
Tested by
no test coverage detected