KVCache is a high-performance, low-latency key-value store written in C++20 with Boost.ASIO. It aims to provide a Redis compatible interface, as a viable drop-in replacement.
See the BUILDING document.
Additionally, HACKING contains helpful tips on configuring developer builds.
Distributed under the MIT license. See LICENSE for complete details.
Disclaimer: KVCache is under active development. Use in production is HIGHLY discouraged.