1. 20 Jul, 2020 1 commit
  2. 17 Jul, 2020 1 commit
  3. 16 Jul, 2020 4 commits
  4. 15 Jul, 2020 6 commits
  5. 14 Jul, 2020 3 commits
    • Oran Agra's avatar
      diskless master disconnect replicas when rdb child failed (#7518) · a176cb56
      Oran Agra authored
      in case the rdb child failed, crashed or terminated unexpectedly redis
      would have marked the replica clients with repl_put_online_on_ack and
      then kill them only after a minute when no ack was received.
      
      it would not stream anything to these connections, so the only effect of
      this bug is a delay of 1 minute in the replicas attempt to re-connect.
      a176cb56
    • Oran Agra's avatar
      redis-cli tests, fix valgrind timing issue (#7519) · 254c9625
      Oran Agra authored
      this test when run with valgrind on github actions takes 160 seconds
      254c9625
    • WuYunlong's avatar
      Fix out of update help info in tcl tests. (#7516) · 8128d397
      WuYunlong authored
      Before this commit, the output of "./runtest-cluster --help" is incorrect.
      After this commit, the format of the following 3 output is consistent:
      ./runtest --help
      ./runtest-cluster --help
      ./runtest-sentinel --help
      8128d397
  6. 13 Jul, 2020 4 commits
  7. 12 Jul, 2020 1 commit
  8. 11 Jul, 2020 2 commits
  9. 10 Jul, 2020 17 commits
  10. 25 Jun, 2020 1 commit