• antirez's avatar
    Sentinel: parse new INFO replication output correctly. · 4c0f8c4e
    antirez authored
    Sentinel was not able to detect slaves when connected to a very recent
    version of Redis master since a previos non-backward compatible change
    to INFO broken the parsing of the slaves ip:port INFO output.
    
    This fixes issue #1164
    4c0f8c4e
sentinel.c 120 KB