From 0058f7a51e8aabfe5db56c85e8723f411bbf9f10 Mon Sep 17 00:00:00 2001 From: recoilme Date: Wed, 9 May 2018 15:26:29 +0200 Subject: [PATCH] slowpoke - Key-value store with persistence (#1915) * slowpoke - Key-value store with persistence * slowpoke - Key-value store with persistence --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6ff7739..6176651f 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database. * [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. * [Scribble](https://github.com/nanobox-io/golang-scribble) - Tiny flat file JSON store. +* [slowpoke](https://github.com/recoilme/slowpoke) - Key-value store with persistence. * [tempdb](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items. * [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.