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