placeholder

Random notes on improving the Redis LRU algorithm - <antirez>

antirez 53 seconds ago. 8 views. Redis is often used for caching, in a setup where a fixed maximum memory to use is specified. When new data arrives, we need to make space by removing old data. The efficiency of Redis as a cache is related to how good decision it makes about what data to evict: dele...

Click to view the original at antirez.com