/keystack

A minimalist persistent key/value store.

Primary LanguageCMIT LicenseMIT

About

Keystack is a very simple key/value store. It supports GET, SET, and DELETE commands. Commands are written to an append-only log that is rewritten at startup.

Only a binary protocol is available.