On Thu, Mar 21, 2013 at 8:54 AM, Christopher Schultz < ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > > For more complex data structures, and more ability in queries, i > > would suggest http://www.mongodb.org/ > > Ooh! Web-scale! > > > They have json-like storage, expiry is also supported, scaling > > horizontally with sharding, support replicas for availability, and > > although it's always in persistent mode, the active workset would > > be in the mapped-memory for fast access. > > One of the major draws of Memecached is its near-zero configuration: > just launch it and you've got an instance. I want to avoid a > full-blown "database" if possible. > > +1 (on all the above)