deleting the entire cache
Brad Fitzpatrick
brad@danga.com
Tue, 30 Dec 2003 11:35:41 -0800 (PST)
It does.
I might as well make a new release (even though it'll be boring and
small). One sec.
On Tue, 30 Dec 2003, Chris Ochs wrote:
>
> The intended use we have for memcached is to cut down on queries to our
> database for user configuration information that is needed by the
> application for every request. When configuration variables are updated in
> memcache I need a way to delete all old variables, but without knowing what
> they are. I just want to wipe the memory and start fresh so to speak.
> Does the new flush command in cvs do this? If so is there a tarball of the
> current cvs version?
>
> Chris
>
>