1. 27 May, 2013 4 commits
  2. 24 May, 2013 3 commits
  3. 18 May, 2013 1 commit
  4. 15 May, 2013 11 commits
  5. 14 May, 2013 5 commits
  6. 13 May, 2013 4 commits
  7. 09 May, 2013 2 commits
  8. 08 May, 2013 6 commits
  9. 07 May, 2013 2 commits
  10. 03 May, 2013 2 commits
    • antirez's avatar
      Cluster: link reconnection on delayed PONG reply. · 5c9f6d4f
      antirez authored
      When the PONG delay is half the cluster node timeout, the link gets
      disconnected (and later automatically reconnected) in order to ensure
      that it's not just a dead connection issue.
      
      However this operation is only performed if the link is old enough, in
      order to avoid to disconnect the same link again and again (and among
      the other problems, never receive the PONG because of that).
      
      Note: when the link is reconnected, the 'ping_sent' field is not updated
      even if a new ping is sent using the new connection, so we can still
      reliably detect a node ping timeout.
      5c9f6d4f
    • antirez's avatar
      1315b9f2