redish
Key-value store
An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol.
A multi-threaded, TCP, key-value store inspired by Redis implemented in Haskell.
137 stars
11 watching
5 forks
Language: Haskell
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 93 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
soveran/ohm | A Ruby library for storing objects in a Redis key-value database | 1,398 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
rafaeljesus/tempdb | A key-value store solution using Redis as the backing store. | 19 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,179 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |