• Oran Agra's avatar
    fix maxmemory config warning · a17bddf2
    Oran Agra authored
    the warning condition was if usage > limit (saying it'll cause eviction
    or oom), but in fact the eviction and oom depends on used minus slave
    buffers.
    
    other than fixing the condition, i add info about the current usage and
    limit, which may be useful when looking at the log.
    a17bddf2
config.c 93.3 KB