deleting the entire cache

Chris Ochs chris@paymentonline.com
Tue, 30 Dec 2003 11:35:19 -0800


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