nicolasff / keystack

A minimalist persistent key/value store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A minimalist persistent key/value store.

License:MIT License


Languages

Language:C 95.7%Language:Makefile 2.3%Language:Python 2.0%