Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ DialsQueueLen
Method
DialsQueueLen
internal/pool/export_test.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(p *ConnPool) DialsQueueLen() int {
27
return
p.dialsQueue.len()
28
}
29
30
var
NoExpiration = noExpiration
31
Callers
1
pool_test.go
File · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected