github.com/go-redis/redis/v8.cmdsMap.m (field)

8 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L1104: 		for node, cmds := range cmdsMap.m {
		cluster.go#L1124: 		if len(failedCmds.m) == 0 {
		cluster.go#L1311: 			if len(failedCmds.m) == 0 {
		cluster.go#L1314: 			cmdsMap = failedCmds.m
		cluster.go#L1690: 	m  map[*clusterNode][]Cmder
		cluster.go#L1695: 		m: make(map[*clusterNode][]Cmder),
		cluster.go#L1701: 	m.m[node] = append(m.m[node], cmds...)