1. 30 Jul, 2019 1 commit
  2. 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
  3. 12 Jun, 2019 1 commit
  4. 05 May, 2019 1 commit
  5. 16 Apr, 2019 2 commits
  6. 10 Apr, 2019 1 commit
  7. 24 Mar, 2019 2 commits
  8. 21 Mar, 2019 3 commits
  9. 19 Mar, 2019 1 commit
  10. 18 Mar, 2019 4 commits
  11. 15 Mar, 2019 1 commit
  12. 14 Mar, 2019 1 commit
  13. 13 Mar, 2019 1 commit
  14. 11 Mar, 2019 1 commit
  15. 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
  16. 01 Feb, 2019 2 commits
  17. 09 Jan, 2019 3 commits
  18. 20 Dec, 2018 7 commits
  19. 13 Dec, 2018 1 commit
  20. 04 Oct, 2018 1 commit
  21. 01 Oct, 2018 1 commit
  22. 27 Sep, 2018 3 commits