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...
Hasnain has not yet written a summary for this.
Posted on 2016-07-31T16:14:57+0000