Apache Kvrocks: A Distributed NoSQL Database Compatible with Redis

2025-01-23

Apache Kvrocks is a distributed key-value NoSQL database that utilizes RocksDB as its storage engine and boasts compatibility with the Redis protocol. Key features include namespaces (similar to Redis SELECT but with per-namespace tokens), asynchronous replication (using binlog-like mechanisms), high availability (supporting Redis Sentinel for failover), and a centralized cluster management accessible via any Redis cluster client.

Read more
Tech