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