PATCH - Add command line flag to not push items out of the cache
Brad Fitzpatrick
brad@danga.com
Tue, 24 Feb 2004 14:14:02 -0800 (PST)
Nice and simple... thanks! We'll be sure to include this in the next
release.
- Brad
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
>
>