1. 24 May, 2013 2 commits
    • antirez's avatar
      Replication: don't even queue replies to master commands. · dd937030
      antirez authored
      When master send commands, there is no need for the slave to reply.
      Redis used to queue the reply in the output buffer and discard the reply
      later, this is a waste of work and it is not clear why it was this way
      (I sincerely don't remember).
      
      This commit changes it in order to don't queue the reply at all.
      
      All tests passing.
      dd937030
    • antirez's avatar
      Top comment for prepareClientToWrite() clarified. · c853239a
      antirez authored
      We don't write the output buffer to the client socket for slaves only if
      the slave is not online.
      c853239a
  2. 18 May, 2013 1 commit
  3. 15 May, 2013 11 commits
  4. 14 May, 2013 5 commits
  5. 13 May, 2013 4 commits
  6. 09 May, 2013 2 commits
  7. 08 May, 2013 6 commits
  8. 07 May, 2013 2 commits
  9. 03 May, 2013 5 commits
  10. 02 May, 2013 2 commits