github.com/go-redis/redis/v8/internal/pool.ConnPool.queue (field)
6 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L76: queue chan struct{}
pool.go#L96: queue: make(chan struct{}, opt.PoolSize),
pool.go#L266: p.queue <- struct{}{}
pool.go#L277: case p.queue <- struct{}{}:
pool.go#L292: case p.queue <- struct{}{}:
pool.go#L306: <-p.queue
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |