v0.1.0
taga4247b643f950aea151ef489d5f0d5e1c709f44e
object 2d4cd61209a72da6ab81d36da81d3211be71764e
authorEric Wong <normalperson@yhbt.net>
Mon, 13 Dec 2010 22:59:35 +0000 (13 14:59 -0800)
metropolis 0.1.0 - initial release

A key-value store for Rack.  It emulates the basic REST
functionality (PUT/GET/DELETE) of TokyoTyrant as a Rack handler.
TDB is the primary DBM supported but TokyoCabinet (hash) is
supported as well.

For TDB, it is multi-process safe, but is currently not
thread-safe due to limitations of the upstream TDB library.