1. 11 Feb, 2014 5 commits
  2. 10 Feb, 2014 13 commits
  3. 07 Feb, 2014 1 commit
    • 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
  4. 05 Feb, 2014 5 commits
  5. 31 Jan, 2014 1 commit
  6. 30 Jan, 2014 3 commits
  7. 29 Jan, 2014 10 commits
  8. 28 Jan, 2014 2 commits
    • antirez's avatar
    • antirez's avatar
      Cluster: introduced repl_offset fields in clusterNode. · 0b1b25c5
      antirez authored
      The two fields are used in order to remember the latest known
      replication offset and the time we received it from other slave nodes.
      
      This will be used by slaves in order to start the election procedure
      with a delay that is proportional to the rank of the slave among the
      other slaves for this master, when sorted for replication offset.
      
      Usually this allows the slave with the most updated offset to win the
      election and replace the failing master in the cluster.
      0b1b25c5