• antirez's avatar
    Hopefully improve code comments for issue #3616. · 8e390a62
    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();
    8e390a62
replication.c 106 KB