1. 01 7月, 2013 1 次提交
  2. 27 6月, 2013 1 次提交
  3. 26 6月, 2013 16 次提交
  4. 20 6月, 2013 3 次提交
  5. 19 6月, 2013 4 次提交
  6. 04 6月, 2013 1 次提交
  7. 01 6月, 2013 1 次提交
  8. 31 5月, 2013 3 次提交
  9. 30 5月, 2013 4 次提交
  10. 28 5月, 2013 2 次提交
  11. 27 5月, 2013 4 次提交
    • A
      Version bumped to 2.7.2. · 2d497014
      antirez 提交于
      2d497014
    • A
      Close connection with timedout slaves. · 308940aa
      antirez 提交于
      Now masters, using the time at which the last REPLCONF ACK was received,
      are able to explicitly disconnect slaves that are no longer responding.
      
      Previously the only chance was to see a very long output buffer, that
      was highly suboptimal.
      308940aa
    • A
      Send ACK to master once every second. · 45e6a402
      antirez 提交于
      ACKs can be also used as a base for synchronous replication. However in
      that case they'll be explicitly requested by the master when the client
      sends a request that needs to be replicated synchronously.
      45e6a402
    • A
      Don't ACK the master after every command. · a74f8fe1
      antirez 提交于
      Sending an ACK is now moved into the replicationSendAck() function.
      a74f8fe1