github.com/go-redis/redis/v8.clusterNodes.activeAddrs (field)
9 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L255: activeAddrs []string
cluster.go#L287: c.activeAddrs = nil
cluster.go#L297: if len(c.activeAddrs) > 0 {
cluster.go#L298: addrs = c.activeAddrs
cluster.go#L325: c.activeAddrs = c.activeAddrs[:0]
cluster.go#L328: c.activeAddrs = append(c.activeAddrs, addr)
cluster.go#L1042: c.nodes.activeAddrs = 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. |