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.

Thanks
- B

On Wed, Mar 18, 2009 at 6:17 PM, Jose Celestino <[email protected]> wrote:

>
> Words by Baskaran [Wed, Mar 18, 2009 at 06:12:12PM -0700]:
> >
> > Hi group,
> >
> > I am using memcached, which I started with the following command:
> > > memcached -d -M -k -m 12288 -p 11211
> >
> > As I understand the -M option is going to ensure that all the values
> > that I store in memcached will be retained, unless I delete them
>
> No, it means that there will never be evictions but an error is returned
> to the client. But expired keys will be expired anyway.
>
> --
> Jose Celestino | http://japc.uncovering.org/files/japc-pgpkey.asc
> ----------------------------------------------------------------
> "One man’s theology is another man’s belly laugh." -- Robert A. Heinlein
>

Reply via email to