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

Brad Fitzpatrick brad@danga.com
Tue, 24 Feb 2004 15:42:18 -0800 (PST)


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
>
>