• antirez's avatar
    MEMORY OVERHEAD implemented (using Oran Agra initial implementation). · 8c84c962
    antirez authored
    This code was extracted from @oranagra PR #3223 and modified in order
    to provide only certain amounts of information compared to the original
    code. It was also moved from DEBUG to the newly introduced MEMORY
    command. Thanks to Oran for the implementation and the PR.
    
    It implements detailed memory usage stats that can be useful in both
    provisioning and troubleshooting memory usage in Redis.
    8c84c962
server.h 80.5 KB