Redis Clone
In C++ using asio
Aero is a Redis clone server in development, written in C++. It uses ASIO for communication and implements the Redis Serialization Protocol (RESP) to communicate seamlessly with redis-cli. The server runs on the default port 6377 and is designed to mimic key functionalities of Redis.
Features:
Asynchronous Communication: Leverages ASIO for non-blocking I/O operations.
Simple API: Easy-to-use interface for sending Redis commands and receiving responses.
Cross-Platform: Works on Windows, macOS, and Linux.
Dependency-Free: Only requires ASIO (header-only library).