Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ freeTurn
Method
freeTurn
internal/pool/pool.go:1136–1138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1134
}
1135
1136
func
(p *ConnPool) freeTurn() {
1137
p.semaphore.Release()
1138
}
1139
1140
func
(p *ConnPool) popIdle() (*Conn, error) {
1141
if
p.closed() {
Callers
5
checkMinIdleConns
Method · 0.95
getConn
Method · 0.95
queuedNewConn
Method · 0.95
putConn
Method · 0.95
removeConnInternal
Method · 0.95
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected