• antirez's avatar
    LFU: Initial naive eviction cycle. · a8e2d084
    antirez authored
    It is possible to get better results by using the pool like in the LRU
    case. Also from tests during the morning I believe the current
    implementation has issues in the frequency decay function that should
    decrease the counter at periodic intervals.
    a8e2d084
evict.c 22.8 KB