Repository navigation

#

key-value

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

C
68749
4 天前

Distributed reliable key-value store for the most critical data of a distributed system

Go
49146
1 天前

A flexible distributed key-value datastore that is optimized for caching and other realtime workloads.

C
20176
12 小时前

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, POSIX, and OHOS.

C++
17842
18 小时前

Distributed transactional key-value database, originally created to complement TiDB

Rust
15734
15 小时前

An embedded key/value database for Go.

Go
14388
7 年前

🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

C++
13777
20 小时前

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.

C#
10977
1 天前
codenotary/immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history

Go
8727
19 天前

Lightweight, fast and reliable key/value storage engine based on Bitcask.

Go
4776
2 个月前

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support

Go
4677
7 个月前
isar/hive

Lightweight and blazing fast key-value database written in pure Dart.

Dart
4229
10 个月前

A generic dynamo implementation for different k-v storage engines

C
4197
1 年前
nalgeon/redka

Redis re-implemented with SQLite

Go
3668
3 个月前

A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.

Go
3452
1 个月前

Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.

Go
3216
12 天前