On Tue, 2010-03-09 at 12:08 -0800, James Matthews wrote: > Is there a reason why you don't want to use a database? memcached *is* a database. It's a key/value store. It's not a *relational* database, but the OP's data isn't relational, it's key/value pairs, which is exactly what memcached was designed to handle. Regards, Cliff