• Oran Agra's avatar
    fix maxmemory config warning · 1333a46b
    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.
    1333a46b
config.c 93.5 KB