key-value
There are 1202 repositories under key-value topic.
redis/redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
valkey-io/valkey
A flexible distributed key-value database that is optimized for caching and other realtime workloads.
Tencent/MMKV
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, POSIX, and OHOS.
tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
hypermodeinc/badger
Fast key-value DB in Go.
boltdb/bolt
An embedded key/value database for Go.
arangodb/arangodb
🥑 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.
apache/zookeeper
Apache ZooKeeper
microsoft/garnet
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.
codenotary/immudb
immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
tidwall/buntdb
BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
isar/hive
Lightweight and blazing fast key-value database written in pure Dart.
Netflix/dynomite
A generic dynamo implementation for different k-v storage engines
nalgeon/redka
Redis re-implemented with SQL
nutsdb/nutsdb
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.
olric-data/olric
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
gruns/ImmortalDB
:nut_and_bolt: A relentless key-value store for the browser.
jaredwray/keyv
Simple key-value storage with support for multiple backends
armink/FlashDB
An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
symisc/unqlite
An Embedded NoSQL, Transactional Database Engine
armink/EasyFlash
Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB
jiangwenyuan/nuster
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
jaredwray/cacheable
a robust, scalable, and maintained set of caching packages
yinqiwen/ardb
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
HeyPuter/kv.js
⚡️ Advanced in-memory caching for JavaScript.
Softmotions/ejdb
:snowboarder: EJDB2 — Embeddable JSON Database engine C library. Simple XPath like query language (JQL).
PumpkinDB/PumpkinDB
Immutable Ordered Key-Value Database Engine
akrylysov/pogreb
Embedded key-value store for read-heavy workloads written in Go
enormego/EGOCache
Fast Caching for Objective-C (iPhone & Mac Compatible)
ByteStorage/FlyDB
The high-performance kv storage engine based on bitcask paper made in golang
erthink/libmdbx
A potentia Ad Actum ★ Fullfast transactional key-value memory-mapped B-Tree storage engine without WAL ★ Surpasses the legendary LMDB in terms of reliability, features and performance
JetBrains/xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
alash3al/redix
a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more