On Mar 18, 6:22 pm, Baskaran Sankaran <[email protected]> wrote: > I don't set any time for expiry, so they should never expire. Isn't this > true?? > > Alternately, how can I ensure that my keys and values will be stored forever > and *never* be removed? Actually, I need about 2-3 days to get my job done > and so I want the entries to be stored till then. I allocate enough memory > (12 G) and I am sure that I'll not exceed this limit.
Memcached has no way of guaranteeing values are stored forever. It's just not designed to do that.
