1 min read
RediSpeed

RediSpeed is a lightweight and high-performance implementation of Redis, developed from scratch in C++. The project aims to create a high-performance, in-memory data structure store that can function as a database, cache, and message broker. It’s a personal project to learn more about in-memory databases, concurrency, and network protocols.