about summary refs log tree commit
tag namev0.1.0 (a4247b643f950aea151ef489d5f0d5e1c709f44e)
tag date2010-12-13 14:59:35 -0800
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 2d4cd61209...
downloadmetropolis-0.1.0.tar.gz
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.