github.com/go-redis/redis/v8.cmdable.ClusterSlots (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L1024: 		slots, err := node.Client.ClusterSlots(ctx).Result()
		commands.go#L2455: func (c cmdable) ClusterSlots(ctx context.Context) *ClusterSlotsCmd {