KeyDB
keydb.devThe Faster Redis Alternative
Dev Toolsdatabaseredis-alternativeopen-sourcein-memorymultithreadedkey-value-storehigh-performance

About
KeyDB is an open-source, multithreaded database built as a high-performance drop-in alternative to Redis. It offers features like active replication, cross-region multi-master support, MVCC non-blocking architecture, and subkey expiration. Designed to handle heavy workloads, it benchmarks at over 1 million ops/sec on a single node.
Problem
Redis becomes a performance bottleneck and scaling challenge for teams handling large, concurrent workloads on a single node.
For
developers and engineers building scalable, high-throughput applications
How it works
KeyDB extends Redis with a multithreaded architecture and MVCC implementation, allowing it to handle more operations per second, support active replication, and serve non-blocking queries concurrently.
Business model
open-source
Status
launched