type github.com/go-redis/redis/v8.clusterNodes

14 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L249: type clusterNodes struct {
		cluster.go#L261: func newClusterNodes(opt *ClusterOptions) *clusterNodes {
		cluster.go#L262: 	return &clusterNodes{
		cluster.go#L270: func (c *clusterNodes) Close() error {
		cluster.go#L292: func (c *clusterNodes) Addrs() ([]string, error) {
		cluster.go#L314: func (c *clusterNodes) NextGeneration() uint32 {
		cluster.go#L319: func (c *clusterNodes) GC(generation uint32) {
		cluster.go#L346: func (c *clusterNodes) Get(addr string) (*clusterNode, error) {
		cluster.go#L375: func (c *clusterNodes) get(addr string) (*clusterNode, error) {
		cluster.go#L388: func (c *clusterNodes) All() ([]*clusterNode, error) {
		cluster.go#L403: func (c *clusterNodes) Random() (*clusterNode, error) {
		cluster.go#L435: 	nodes   *clusterNodes
		cluster.go#L446: 	nodes *clusterNodes, slots []ClusterSlot, origin string,
		cluster.go#L670: 	nodes         *clusterNodes