Thanks for prompt responses so far. >> On Wed, Mar 18, 2009 at 6:25 PM, Dustin <[email protected]> wrote:
> > > 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. >> If I set expiry time for every object as 3 days, will this ensure that the objects are stored for that longer? If nothing is possible, can someone pls. suggest some alternative for my problem? Thanks again for your help - B
