Re: get operation with expiration time

2016-06-20 Thread dormando
Hi, Since you're talking about contributing or forking, would you mind talking through your use case a bit more? There may be some solutions that fit better, and if not, a decent path inward. First, you seem to be using the binary protocol? Can you share what client and what features you make

get operation with expiration time

2016-06-20 Thread 'Vu Tuan Nguyen' via memcached
We'd like to get the expiration time with the value on a get operation. We'd use this new operation mainly for an administrative task--cache warming a new group of servers. At times, we want to deploy a new server group to replace the previous one seemlessly--doing so in a way that the

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: