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

11 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L1133: func (c *ClusterClient) mapCmdsByNode(ctx context.Context, cmdsMap *cmdsMap, cmds []Cmder) error {
		cluster.go#L1173: 	ctx context.Context, node *clusterNode, cmds []Cmder, failedCmds *cmdsMap,
		cluster.go#L1196: 	failedCmds *cmdsMap,
		cluster.go#L1220: 	ctx context.Context, cmd Cmder, err error, failedCmds *cmdsMap,
		cluster.go#L1331: 	ctx context.Context, node *clusterNode, cmds []Cmder, failedCmds *cmdsMap,
		cluster.go#L1367: 	failedCmds *cmdsMap,
		cluster.go#L1407: 	failedCmds *cmdsMap,
		cluster.go#L1688: type cmdsMap struct {
		cluster.go#L1693: func newCmdsMap() *cmdsMap {
		cluster.go#L1694: 	return &cmdsMap{
		cluster.go#L1699: func (m *cmdsMap) Add(node *clusterNode, cmds ...Cmder) {