• antirez's avatar
    Slaves list in INFO output: lag added, format changed. · 37c29e03
    antirez authored
    There is a new 'lag' information in the list of slaves, in the
    "replication" section of the INFO output.
    
    Also the format was changed in a backward incompatible way in order to
    make it more easy to parse if new fields are added in the future, as the
    new format is comma separated but has named fields (no longer positional
    fields).
    37c29e03
redis.c 111 KB