1 Repo
Key-value databases designed with a multithreaded architecture to scale across multi-core hardware.
Distinct from Redis: The candidates are limited to Redis clients or utilities, whereas this is a full server implementation with a multithreaded architecture.
Explore 1 awesome GitHub repository matching data & databases · Multithreaded Key-Value Stores. Refine with filters or upvote what's useful.
KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing multi-version concurrency control to execute non-blocking queries and scans. The project is a multithreaded fork of Redis that maintains protocol compatibility while utilizing a multithreaded architecture to scale across multi-core hardware. It distinguishes itself with flash-tiered storage, allowing the system to offload data from primary RAM to SSD or flash storage to increase total capacity. The system supports high availability through active-active mesh replication and mu
Extends the Redis protocol with a multithreaded architecture to utilize multi-core hardware more efficiently.