1. 11 3月, 2014 16 次提交
  2. 05 3月, 2014 1 次提交
    • A
      Fix configEpoch assignment when a cluster slot gets "closed". · e4833ed8
      antirez 提交于
      This is still code to rework in order to use agreement to obtain a new
      configEpoch when a slot is migrated, however this commit handles the
      special case that happens when the nodes are just started and everybody
      has a configEpoch of 0. In this special condition to have the maximum
      configEpoch is not enough as the special epoch 0 is not unique (all the
      others are).
      
      This does not fixes the intrinsic race condition of a failover happening
      while we are resharding, that will be addressed later.
      e4833ed8
  3. 11 2月, 2014 14 次提交
  4. 10 2月, 2014 4 次提交
  5. 08 2月, 2014 1 次提交
    • A
      Cluster: keys slot computation now supports hash tags. · 142281dc
      antirez 提交于
      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
  6. 05 2月, 2014 4 次提交