Re: LRU-chain update question

2016-06-20 Thread dormando
Hey, Take a look at the doc/new_lru.txt file included in the source tarball. (https://github.com/memcached/memcached/blob/master/doc/new_lru.txt for the lazy) The LRU-ish algorithm was updated a few versions ago. This documents its behavior thoroughly. On Sun, 19 Jun 2016, Hong Yeol Lim wrote:

LRU-chain update question

2016-06-19 Thread Hong Yeol Lim
Hello I am testing for the LRU-chain update in Memcached 1.4.26 version at Ubuntu 12.04. I have identified LRU-chain update after SET command for a new cache item. Memcached updates the LRU-chain after GET command as well? Please let me know, if I missed something. Thank you for help. --