PATCH - Add command line flag to not push items out of the cache

Jason Titus jtitus@postini.com
Tue, 24 Feb 2004 17:24:20 -0800


Awesome.  Hope folks find it useful.

How about large memory support - any issues with that patch?  Seems like =
a minor change for a significant benefit.  We've been banging on it a =
bit and haven't come across any problems yet.

Let me know if I need to make any changes or test anything in =
particular.

Jason

-----Original Message-----
From: Brad Fitzpatrick [mailto:brad@danga.com]
Sent: Tuesday, February 24, 2004 3:42 PM
To: Jason Titus
Cc: memcached@lists.danga.com
Subject: Re: PATCH - Add command line flag to not push items out of the
cache


Now in CVS.


On Tue, 24 Feb 2004, Jason Titus wrote:

> Adds a '-M' flag to turn off tossing items from the cache.  This makes
> it so that memcached will error on a set when memory is full rather =
than
> tossing an old item.
>
> This is useful if you depend on items staying in the cache.
>
> Jason
>
>