MCPcopy
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
26func (p *ConnPool) DialsQueueLen() int {
27 return p.dialsQueue.len()
28}
29
30var NoExpiration = noExpiration
31

Callers 1

pool_test.goFile · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected