Add xgzlucario/rotom (#5364)

* feat: Add xgzlucario/rotom

* Update README.md
This commit is contained in:
lucario 2024-07-23 03:24:32 +08:00 committed by GitHub
parent 81659ec4ad
commit 1a8bc2e598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -736,6 +736,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
- [pudge](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library. - [pudge](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library.
- [regatta](https://github.com/jamf/regatta) - Fast, simple, geo-distributed KV store built for cloud native era. - [regatta](https://github.com/jamf/regatta) - Fast, simple, geo-distributed KV store built for cloud native era.
- [rosedb](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. - [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. - [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite.
- [tempdb](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items. - [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. - [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1.