1. 03 Jul, 2018 3 commits
    • antirez's avatar
      Clarify the pending_querybuf field of clients. · 94b3ee61
      antirez authored
      94b3ee61
    • antirez's avatar
      Improve style of PR #5084. · 549b8b99
      antirez authored
      549b8b99
    • antirez's avatar
      Set repl_down_since to zero on state change. · 677d10b2
      antirez authored
      PR #5081 fixes an "interesting" bug about Redis Cluster failover but in
      general about the updating of repl_down_since, that is used in order to
      count the time a slave was left disconnected from its master.
      
      While the fix provided resolves the specific issue, in general the
      validity of repl_down_since is limited to states that are different
      than the state CONNECTED, and the disconnected time is set when the
      state is DISCONNECTED. However from CONNECTED to other states, the state
      machine must always go to DISCONNECTED first. So it makes sense to set
      the field to zero (since it is meaningless in that context) when the
      state is set to CONNECTED.
      677d10b2
  2. 02 Jul, 2018 1 commit
  3. 01 Jul, 2018 1 commit
  4. 30 Jun, 2018 1 commit
  5. 29 Jun, 2018 1 commit
  6. 28 Jun, 2018 10 commits
  7. 27 Jun, 2018 10 commits
  8. 26 Jun, 2018 5 commits
  9. 25 Jun, 2018 8 commits