• Wen Hui's avatar
    do not add save parameter during config rewrite in sentinel mode (#7945) · c6c2de95
    Wen Hui authored
    Previous code would have added default redis save parameters
    to the config file on rewrite, which would have been silently ignored
    when the config file is loaded.
    
    The new code avoids adding this, and also actively removes these lines
    If added by a previous config rewrite. 
    
    (cherry picked from commit 0f370f9b)
    c6c2de95
config.c 101 KB