Overview
RedoxDB is a lightweight, in-memory key-value store inspired by Redis. This project was built to understand the internals of high-performance data systems and network protocols.
SET
, GET
, DEL
, PX
This project was built to explore how Redis works under the hood and to apply systems-level and concurrent programming concepts in a real-world style implementation. It's also intended to be a learning resource for others exploring Rust, async networking, or database internals.