MCPcopy
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
22func (p *ConnPool) QueueLen() int {
23 return int(p.semaphore.Len())
24}
25
26func (p *ConnPool) DialsQueueLen() int {
27 return p.dialsQueue.len()

Callers 2

TestDoubleFreeTurnSimpleFunction · 0.95
pool_test.goFile · 0.80

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected