1. 23 Aug, 2018 1 commit
    • zhaozhao.zz's avatar
      networking: make setProtocolError simple and clear · f2ad89a3
      zhaozhao.zz authored
      Function setProtocolError just records proctocol error
      details in server log, set client as CLIENT_CLOSE_AFTER_REPLY.
      It doesn't care about querybuf sdsrange, because we
      will do it after procotol parsing.
      f2ad89a3
  2. 14 Aug, 2018 2 commits
  3. 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
  4. 03 Aug, 2018 2 commits
  5. 01 Aug, 2018 6 commits
  6. 31 Jul, 2018 9 commits
  7. 30 Jul, 2018 8 commits
  8. 25 Jul, 2018 3 commits
  9. 24 Jul, 2018 6 commits
  10. 23 Jul, 2018 2 commits