1. 21 Mar, 2019 1 commit
    • Yossi Gottlieb's avatar
      CommandFilter API: Add unregister option. · e2626f69
      Yossi Gottlieb authored
      A filter handle is returned and can be used to unregister a filter.  In
      the future it can also be used to further configure or manipulate the
      filter.
      
      Filters are now automatically unregistered when a module unloads.
      e2626f69
  2. 19 Mar, 2019 1 commit
  3. 18 Mar, 2019 4 commits
  4. 14 Mar, 2019 1 commit
  5. 13 Mar, 2019 1 commit
  6. 11 Mar, 2019 1 commit
  7. 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
  8. 01 Feb, 2019 2 commits
  9. 09 Jan, 2019 3 commits
  10. 20 Dec, 2018 7 commits
  11. 13 Dec, 2018 1 commit
  12. 04 Oct, 2018 1 commit
  13. 01 Oct, 2018 1 commit
  14. 27 Sep, 2018 3 commits
  15. 26 Sep, 2018 1 commit
  16. 25 Sep, 2018 5 commits
  17. 24 Sep, 2018 4 commits
  18. 21 Sep, 2018 1 commit
  19. 19 Sep, 2018 1 commit