1. 28 Oct, 2019 1 commit
  2. 23 Oct, 2019 10 commits
  3. 17 Oct, 2019 2 commits
  4. 18 Aug, 2019 1 commit
  5. 30 Jul, 2019 1 commit
  6. 24 Jul, 2019 1 commit
  7. 22 Jul, 2019 1 commit
  8. 21 Jul, 2019 1 commit
    • Oran Agra's avatar
      Allow modules to handle RDB loading errors. · d7d028a7
      Oran Agra authored
      This is especially needed in diskless loading, were a short read could have
      caused redis to exit. now the module can handle the error and return to the
      caller gracefully.
      
      this fixes #5326
      d7d028a7
  9. 17 Jul, 2019 1 commit
    • Oran Agra's avatar
      Module API for Forking · 56258c6b
      Oran Agra authored
      * create module API for forking child processes.
      * refactor duplicate code around creating and tracking forks by AOF and RDB.
      * child processes listen to SIGUSR1 and dies exitFromChild in order to
        eliminate a valgrind warning of unhandled signal.
      * note that BGSAVE error reply has changed.
      
      valgrind error is:
        Process terminating with default action of signal 10 (SIGUSR1)
      56258c6b
  10. 12 Jun, 2019 1 commit
  11. 16 Apr, 2019 1 commit
  12. 21 Mar, 2019 4 commits
  13. 18 Mar, 2019 3 commits
  14. 15 Mar, 2019 1 commit
  15. 14 Mar, 2019 1 commit
  16. 11 Mar, 2019 1 commit
  17. 20 Dec, 2018 3 commits
  18. 27 Sep, 2018 1 commit
  19. 26 Sep, 2018 1 commit
  20. 21 Sep, 2018 1 commit
  21. 19 Sep, 2018 2 commits
  22. 13 Apr, 2018 1 commit