This commit is contained in:
玖亖伍 2024-10-24 15:47:20 +08:00 committed by GitHub
parent 4c760bffcc
commit e11a22dc6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.