• Josh Hershberg's avatar
    Cluster refactor: break up clusterCommand · 4afc54ad
    Josh Hershberg authored
    
    
    Divide up clusterCommand into clusterCommand for shared
    sub-commands and clusterCommandSpecial for implementation
    specific sub-commands. So to, the cluster command help
    sub-command has been divided into two implementations,
    clusterCommandHelp and clusterCommandHelpSpecial. Some
    common sub-subcommand implementations have been extracted
    and their implemenations either made shared or else
    implementation specific.
    Signed-off-by: default avatarJosh Hershberg <yehoshua@redis.com>
    4afc54ad
cluster.c 33.3 KB