Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ QueueLen
Method
QueueLen
internal/pool/export_test.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(p *ConnPool) QueueLen() int {
23
return
int(p.semaphore.Len())
24
}
25
26
func
(p *ConnPool) DialsQueueLen() int {
27
return
p.dialsQueue.len()
Callers
2
TestDoubleFreeTurnSimple
Function · 0.95
pool_test.go
File · 0.80
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected