• A
    Cluster: add sender flags in cluster bus messages header. · 026b9483
    antirez 提交于
    Sender flags were not propagated for the sender, but only for nodes in
    the gossip section. This is odd and in the next commits we'll need to
    get updated flags for the sender node, so this commit adds a new field
    in the cluster messages header.
    
    The message header is the same size as we reused some free space that
    was marked as 'unused' because of alignment concerns.
    026b9483
cluster.c 101.9 KB