1. 19 11月, 2013 2 次提交
  2. 18 11月, 2013 6 次提交
  3. 14 11月, 2013 8 次提交
  4. 13 11月, 2013 11 次提交
  5. 12 11月, 2013 8 次提交
  6. 11 11月, 2013 3 次提交
    • A
      Sentinel: remove code not useful in the new design. · 9e1b27d4
      antirez 提交于
      9e1b27d4
    • A
      Sentinel: epoch introduced. · b93b0adc
      antirez 提交于
      Sentinel state now includes the idea of current epoch and config epoch.
      In the Hello message, that is now published both on masters and slaves,
      a Sentinel no longer just advertises itself but also broadcasts its
      current view of the configuration: the master name / ip / port and its
      current epoch.
      
      Sentinels receiving such information switch to the new master if the
      configuration epoch received is newer and the ip / port of the master
      are indeed different compared to the previos ones.
      b93b0adc
    • A
      Log to what master a slave is going to connect to. · b2f83439
      antirez 提交于
      b2f83439
  7. 09 11月, 2013 2 次提交