github.com/go-redis/redis/v8/internal/pool.StickyConnPool.ch (field)
9 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool_sticky.go#L41: ch chan *Conn
pool_sticky.go#L53: ch: make(chan *Conn, 1),
pool_sticky.go#L85: cn, ok := <-p.ch
pool_sticky.go#L105: p.ch <- cn
pool_sticky.go#L123: p.ch <- cn
pool_sticky.go#L137: close(p.ch)
pool_sticky.go#L138: cn, ok := <-p.ch
pool_sticky.go#L155: case cn, ok := <-p.ch:
pool_sticky.go#L197: return len(p.ch)
![]() |
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. |