• antirez's avatar
    flushSlavesOutputBuffers(): details clarified via comments. · 12d2a894
    antirez authored
    Talking with @oranagra we had to reason a little bit to understand if
    this function could ever flush the output buffers of the wrong slaves,
    having online state but actually not being ready to receive writes
    before the first ACK is received from them (this happens with diskless
    replication).
    
    Next time we'll just read this comment.
    12d2a894
networking.c 58.2 KB