• antirez's avatar
    Hopefully improve code comments for issue #3616. · bc00ef45
    antirez authored
    This commit also contains other changes in order to conform the code to
    the Redis core style, specifically 80 chars max per line, smart
    conditionals in the same line:
    
        if (that) do_this();
    bc00ef45
replication.c 106 KB