• Josh Hershberg's avatar
    Make cluster shards cmd implementation generic · 6d5d7541
    Josh Hershberg authored
    
    
    This and the previous commit make the cluster
    shards command a generic implementation instead of a
    specific implementation for each cluster API implementation.
    This commit (a) adds functions to the cluster API
    and (b) modifies the cluster shards cmd implementation
    to use cluster API functions instead of directly
    accessing the legacy clustering implementation.
    Signed-off-by: default avatarJosh Hershberg <yehoshua@redis.com>
    6d5d7541
cluster_legacy.c 255 KB