• Josh Hershberg's avatar
    Prep to make cluster shards cmd generic · e3e631f3
    Josh Hershberg authored
    
    
    This and the next following commit makes the cluster
    shards command a generic implementation instead of a
    specific implementation for each cluster API implementation.
    This commit simply moves the cluster shards implementation
    from cluster_legacy.c to cluster.c without changing the
    implementation at all. The reason for doing so was to
    help with reviewing the changes in the diff.
    Signed-off-by: default avatarJosh Hershberg <yehoshua@redis.com>
    e3e631f3
cluster.c 58.8 KB