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
