• antirez's avatar
    Cluster: keys slot computation now supports hash tags. · 142281dc
    antirez authored
    Currently this is marginally useful, only to make sure two keys are in
    the same hash slot when the cluster is stable (no rehashing in
    progress).
    
    In the future it is possible that support will be added to run
    mutli-keys operations with keys in the same hash slot.
    142281dc
cluster.c 149 KB