memcachedb - interesting project. An implementation of the memcached server protocol, but the key/value pairs are not held in memory, but in a BerkleyDB database. Therefore, it is not as fast as memcached, but persistent across process runs. Since many languages have memcached bindings, a nice low-level database for typical key/value situations - could be interesting for use from LSL with a small HTTP REST frontend.