Gibson - A high efficiency, tree based memory cache server.

<![endif] Home Learn More Documentation Index Compilation Configuration Using the Console Client Command Reference Clients Protocol Specifications Scaling Download Blog Issues Tweet Gibson is a high efficiency, tree based memory cache server. It is not meant to replace a database, since it was written to be a key-value store to be used as a cache server, but it's not the usual cache server. Read more -> Learn more Get started! Gibson offers constant time key retrieval both for single GET s or " MGET prefix " thanks to its internal data structure, take a look at our benchmark . A fast LZF compression is applied to every stored object bigger than a configurable threshold, this will guarantee always the lowest memory footprint possible. Unlike other memory stores, Gibson has a builtin TTL for every object which ...

Linked on 2014-06-05 06:08:44 | Similar Links