• Qu Chen's avatar
    Cleanup: createAOFClient uses createClient to avoid overlooked mismatches (#9338) · 0b643e93
    Qu Chen authored
    AOF fake client creation (createAOFClient) was doing similar work as createClient,
    with some minor differences, most of which unintended, this was dangerous and
    meant that many changes to createClient should have always been reflected to aof.c
    
    This cleanup changes createAOFClient to call createClient with NULL, like we
    do in module.c and elsewhere.
    0b643e93
networking.c 140 KB