1. 10 Jan, 2019 1 commit
  2. 09 Jan, 2019 19 commits
  3. 12 Dec, 2018 1 commit
  4. 11 Dec, 2018 1 commit
  5. 02 Dec, 2018 1 commit
  6. 16 Oct, 2018 1 commit
  7. 10 Oct, 2018 1 commit
  8. 09 Oct, 2018 2 commits
  9. 19 Sep, 2018 1 commit
  10. 12 Sep, 2018 1 commit
  11. 11 Sep, 2018 1 commit
  12. 03 Sep, 2018 2 commits
  13. 27 Aug, 2018 1 commit
  14. 14 Aug, 2018 1 commit
  15. 13 Aug, 2018 1 commit
    • zhaozhao.zz's avatar
      pipeline: do not sdsrange querybuf unless all commands processed · 14c4ddb5
      zhaozhao.zz authored
      This is an optimization for processing pipeline, we discussed a
      problem in issue #5229: clients may be paused if we apply `CLIENT
      PAUSE` command, and then querybuf may grow too large, the cost of
      memmove in sdsrange after parsing a completed command will be
      horrible. The optimization is that parsing all commands in queyrbuf
      , after that we can just call sdsrange only once.
      14c4ddb5
  16. 31 Jul, 2018 2 commits
  17. 30 Jul, 2018 1 commit
  18. 23 Jul, 2018 2 commits