From e11a22dc6a2507340505e09e33e2f2a8168be04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E4=BA=96=E4=BC=8D?= Date: Thu, 24 Oct 2024 15:47:20 +0800 Subject: [PATCH] add redka (#5456) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77c50f8f..463ed46f 100644 --- a/README.md +++ b/README.md @@ -767,6 +767,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [pogreb](https://github.com/akrylysov/pogreb) - Embedded key-value store for read-heavy workloads. - [prometheus](https://github.com/prometheus/prometheus) - Monitoring system and time series database. - [pudge](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library. +- [redka](https://github.com/nalgeon/redka) - Redis re-implemented with SQLite. - [rosedb](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. - [rotom](https://github.com/xgzlucario/rotom) - A tiny Redis server built with Golang, compatible with RESP protocols. - [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite.