1. 11 Jun, 2015 3 commits
  2. 03 Jun, 2015 3 commits
  3. 29 May, 2015 7 commits
  4. 28 May, 2015 3 commits
  5. 25 May, 2015 3 commits
  6. 22 May, 2015 1 commit
  7. 21 May, 2015 2 commits
  8. 20 May, 2015 1 commit
  9. 19 May, 2015 2 commits
  10. 18 May, 2015 1 commit
    • antirez's avatar
      Sentinel: SENTINEL CKQUORUM command · abc65e89
      antirez authored
      A way for monitoring systems to check that Sentinel is technically able
      to reach the quorum and failover, using the currently visible Sentinels.
      abc65e89
  11. 15 May, 2015 4 commits
  12. 14 May, 2015 7 commits
  13. 13 May, 2015 1 commit
  14. 12 May, 2015 2 commits
    • antirez's avatar
      Sentinel: PING trigger improved · 0eb0b55f
      antirez authored
      It's ok to ping as soon as the ping period has elapsed since we received
      the last PONG, but it's not good that we ping again if there is a
      pending ping... With this change we'll send a new ping if there is one
      pending only if two times the ping period elapsed since the ping which
      is still pending was sent.
      0eb0b55f
    • antirez's avatar
      9d5e2ed3