metropolis 0.1.0 - initial releasev0.1.0
commit2d4cd61209a72da6ab81d36da81d3211be71764e
authorEric Wong <normalperson@yhbt.net>
Mon, 13 Dec 2010 22:56:51 +0000 (13 14:56 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 13 Dec 2010 22:56:51 +0000 (13 14:56 -0800)
tree19dfa88b299ed69d3c8e156115965cc610518000
parent636cca450a01da311a92dfbc85f08cd20bdae02d
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.
GIT-VERSION-GEN