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. 05 May, 2019 1 commit
  4. 16 Apr, 2019 2 commits
  5. 10 Apr, 2019 1 commit
  6. 24 Mar, 2019 2 commits
  7. 21 Mar, 2019 3 commits
  8. 19 Mar, 2019 1 commit
  9. 18 Mar, 2019 4 commits
  10. 15 Mar, 2019 1 commit
  11. 14 Mar, 2019 1 commit
  12. 13 Mar, 2019 1 commit
  13. 11 Mar, 2019 1 commit
  14. 12 Feb, 2019 1 commit
    • Guy Benoish's avatar
      Trim SDS free space of retained module strings · bdd9a800
      Guy Benoish authored
      In some cases processMultibulkBuffer uses sdsMakeRoomFor to
      expand the querybuf, but later in some cases it uses that query
      buffer as is for an argv element (see "Optimization"), which means
      that the sds in argv may have a lot of wasted space, and then in case
      modules keep that argv RedisString inside their data structure, this
      space waste will remain for long (until restarted from rdb).
      bdd9a800
  15. 01 Feb, 2019 2 commits
  16. 09 Jan, 2019 3 commits
  17. 20 Dec, 2018 7 commits
  18. 13 Dec, 2018 1 commit
  19. 04 Oct, 2018 1 commit
  20. 01 Oct, 2018 1 commit
  21. 27 Sep, 2018 3 commits
  22. 26 Sep, 2018 1 commit