kvstore
Key-value server
An experimental key-value store server compatible with the Redis protocol.
🗄️kvstore is an experimental in-memory database server compatible with the redis protocol (RESP).
17 stars
3 watching
0 forks
Language: Go
last commit: over 2 years ago database-servergolanghashtablesinmemory-dbkey-valuepairredis
Related projects:
Repository | Description | Stars |
---|---|---|
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 137 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
rafaeljesus/tempdb | A key-value store solution using Redis as the backing store. | 19 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
jimrobinson/kvbench | A benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel. | 26 |
jongretar/exbitcask | An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage | 12 |
abbasnaqdi/reactor | A key-value store for Android applications | 38 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
tikv/tikv | A distributed key-value database with ACID compliance and support for transactions and geo-replication. | 15,280 |