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 client

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 use

Re: get operation with expiration time

2016-06-21 Thread Colin Pitrat
We although had the issue at one point of accessing "metadata" associated to keys and wondered if this would make sense to create a new verb for this (like the gete that you propose). We concluded it would not. I would highly recommend considering Dormando's suggestion before doing this, because t