1. 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
  2. 12 Jun, 2019 1 commit
  3. 16 Apr, 2019 1 commit
  4. 21 Mar, 2019 4 commits
  5. 18 Mar, 2019 3 commits
  6. 15 Mar, 2019 1 commit
  7. 11 Mar, 2019 1 commit
  8. 20 Dec, 2018 3 commits
  9. 27 Sep, 2018 1 commit
  10. 26 Sep, 2018 1 commit
  11. 21 Sep, 2018 1 commit
  12. 19 Sep, 2018 2 commits
  13. 13 Apr, 2018 1 commit
  14. 12 Apr, 2018 1 commit
  15. 11 Apr, 2018 1 commit
    • antirez's avatar
      Modules API: OOM_WARNING flags. · 0afac693
      antirez authored
      In some modules it may be useful to have an idea about being near to
      OOM. Anyway additionally an explicit call to get the fill ratio will be
      added in the future.
      0afac693
  16. 09 Apr, 2018 4 commits
  17. 05 Apr, 2018 1 commit
  18. 01 Apr, 2018 2 commits
  19. 30 Mar, 2018 8 commits
  20. 14 Feb, 2018 2 commits