kvrocks
Key-value store
A distributed key-value NoSQL database with Redis compatibility and features inspired by rocksplicator and blackwidow.
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
4k stars
74 watching
471 forks
Language: C++
last commit: about 24 hours ago
Linked from 2 awesome lists
databasedistributedkvnamespaceredisredis-cluster
Related projects:
Repository | Description | Stars |
---|---|---|
apache/kvrocks-controller | A tool for managing Apache Kvrocks clusters | 86 |
ledisdb/ledisdb | A high-performance NoSQL database server written in Go with support for multiple data structures and backends. | 4,101 |
nalgeon/redka | An in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API. | 3,531 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,203 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
ideawu/ssdb | A high-performance key-value store designed to be an alternative to Redis. | 8,195 |
hdt3213/godis | A high-performance Redis server and cluster implementation in Go. | 3,516 |
codislabs/codis | A high-performance Redis cluster solution that provides a proxy-based architecture for scaling and managing a distributed Redis instance. | 13,166 |
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,960 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,070 |
facebook/rocksdb | A persistent key-value store designed for fast storage on flash drives with multi-threaded compaction and flexible design options. | 28,730 |
erikdubbelboer/phpredisadmin | A web interface to manage Redis databases | 3,126 |
apache/cassandra | A highly scalable, partitioned row store that allows flexible data distribution and organization. | 8,888 |
redis/go-redis | A Go client for interacting with the Redis key-value store and message broker | 20,219 |
redisearch/redisearch | Provides querying and indexing capabilities on top of Redis | 5,565 |