1. 01 Mar, 2019 1 commit
  2. 12 Dec, 2018 1 commit
  3. 11 Dec, 2018 4 commits
  4. 07 Nov, 2018 1 commit
    • valentino's avatar
      fix short period of server.hz being uninitialized · 88805cbb
      valentino authored
      server.hz was uninitialized between initServerConfig and initServer.
      this can lead to someone (e.g. queued modules) doing createObject,
      and accessing an uninitialized variable, that can potentially be 0,
      and lead to a crash.
      88805cbb
  5. 05 Nov, 2018 2 commits
  6. 17 Oct, 2018 3 commits
  7. 15 Oct, 2018 1 commit
  8. 03 Oct, 2018 6 commits
  9. 14 Sep, 2018 4 commits
  10. 05 Sep, 2018 2 commits
  11. 04 Sep, 2018 2 commits
    • antirez's avatar
      While the slave is busy, just accumulate master input. · c2b104c7
      antirez authored
      Processing command from the master while the slave is in busy state is
      not correct, however we cannot, also, just reply -BUSY to the
      replication stream commands from the master. The correct solution is to
      stop processing data from the master, but just accumulate the stream
      into the buffers and resume the processing later.
      
      Related to #5297.
      c2b104c7
    • antirez's avatar
      Allow scripts to timeout on slaves as well. · adc4e031
      antirez authored
      See reasoning in #5297.
      adc4e031
  12. 29 Aug, 2018 6 commits
  13. 02 Aug, 2018 4 commits
  14. 30 Jul, 2018 3 commits