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
472 forks
Language: C++
last commit: 3 days ago
Linked from 2 awesome lists
databasedistributedkvnamespaceredisredis-cluster
Related projects:
Repository | Description | Stars |
---|---|---|
apache/kvrocks-controller | A tool for managing Apache Kvrocks clusters | 87 |
ledisdb/ledisdb | A high-performance NoSQL database server written in Go with support for multiple data structures and backends. | 4,102 |
nalgeon/redka | An in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API. | 3,551 |
redis/redis | An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,358 |
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,196 |
hdt3213/godis | A high-performance Redis server and cluster implementation in Go. | 3,537 |
codislabs/codis | A high-performance Redis cluster solution that provides a proxy-based architecture for scaling and managing a distributed Redis instance. | 13,172 |
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,982 |
nkrode/redislive | An application that visualizes Redis instances and analyzes query patterns and spikes. | 3,071 |
facebook/rocksdb | A fast key-value store for efficient storage of large amounts of data on flash drives. | 28,801 |
erikdubbelboer/phpredisadmin | A web-based interface to manage Redis databases | 3,130 |
apache/cassandra | A highly scalable, partitioned row store that allows flexible data distribution and organization. | 8,906 |
redis/go-redis | A Go client for interacting with the Redis key-value store and message broker | 20,260 |
redisearch/redisearch | Provides querying and indexing capabilities on top of Redis | 5,574 |