• sundb's avatar
    Remove unnecessary updateClientMemUsageAndBucket() when feeding monitors (#11657) · af0a4fe2
    sundb authored
    This call is introduced in #8687, but became irrelevant in #11348, and is currently a no-op.
    The fact is that #11348 an unintended side effect, which is that even if the client eviction config
    is enabled, there are certain types of clients for which memory consumption is not accurately
    tracked, and so unlike normal clients, their memory isn't reported correctly in INFO.
    af0a4fe2
server.c 278 KB