Cache DB

Redis-Compatible Key-Value Store

Github

About Project

A lightweight Redis-compatible cache database server built with C++ and Asio.

Supported Commands

PING - Returns PONG SET key value - Sets a key-value pair GET key - Retrieves the value for a key