github.com/go-redis/redis/v8.PubSub.cn (field)
8 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L36: cn *pool.Conn
pubsub.go#L72: if c.cn != nil {
pubsub.go#L73: return c.cn, nil
pubsub.go#L89: c.cn = cn
pubsub.go#L150: if c.cn != cn {
pubsub.go#L164: if c.cn == nil {
pubsub.go#L170: err := c.closeConn(c.cn)
pubsub.go#L171: c.cn = nil
![]() |
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. |