github.com/go-redis/redis/v8.clusterNodes.nodes (field)
11 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L254: nodes map[string]*clusterNode
cluster.go#L266: nodes: make(map[string]*clusterNode),
cluster.go#L280: for _, node := range c.nodes {
cluster.go#L286: c.nodes = nil
cluster.go#L326: for addr, node := range c.nodes {
cluster.go#L335: delete(c.nodes, addr)
cluster.go#L362: node, ok := c.nodes[addr]
cluster.go#L370: c.nodes[addr] = node
cluster.go#L382: node = c.nodes[addr]
cluster.go#L396: cp := make([]*clusterNode, 0, len(c.nodes))
cluster.go#L397: for _, node := range c.nodes {
![]() |
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. |