Is there a where to work out when the key was written to memcache and calculate the age of the oldest key on our memcache?

2015-01-12 Thread Gurdipe Dosanjh
Hi All, I am new to memcache and need to know is there a where to work out when the key was written to memcache and calculate the age of the oldest key on our memcache? Kind Regards Gurdipe -- --- You received this message because you are subscribed to the Google Groups "memcached" group

Re: Is there a where to work out when the key was written to memcache and calculate the age of the oldest key on our memcache?

2015-01-16 Thread Gurdipe Dosanjh
g on, ‘oldest’ is kind >> of dubious, if you’re trying to use it as a “anything newer than this >> > exists”, since evictions happen in lru order and per-slab, so younger >> items can disappear before older ones, if they’re in a different slab or >> have >> > been a

Re: Is there a where to work out when the key was written to memcache and calculate the age of the oldest key on our memcache?

2015-01-17 Thread Gurdipe Dosanjh
accomplish your actual goal > without this information. > > ~Ryan > On Jan 16, 2015 2:24 AM, "Gurdipe Dosanjh" wrote: > >> Hi All, >> >> Thank you for the updates. >> >> I have been doing a lot of reading on memcached and I am trying to fi