A Redis-Inspired In-Memory Database
-
Updated
Oct 24, 2025 - Go
A Redis-Inspired In-Memory Database
Small Redis clone written in pure Go.
Redis clone server, built in C++ using ASIO for communication and supports the Redis Serialization Protocol (RESP).
TCP in-memory data structure store
redis clone written in c #42SkillsChallenge
Mini Redis is a simple database application that operates in RAM. This project provides a mini database to help you improve your skills in C programming, particularly in the areas of basic data structures and network programming. The project comprehensively covers socket programming, data management, and logging.
Simple Redis Client implementation using golang.
A Redis clone in Go, supports concurrent connections, manual RESP parsing, core Redis functionality, advanced data types, and complex features like transactions, PUB/SUB, and RDB persistence
A lightweight, in-memory, key-value store similar to Redis
Redis clone in Java with in-memory storage and key expiration support.
Redis-cli-compatible in-memory key-value store.
A lightweight, Redis-like in-memory data structure store implemented in Go
Yet another Redis clone, but this one is built in Rust
A Redis server from scratch written in Go
A C# Redis Clone
vkv is a minimal, educational key-value database built from scratch in Go.
A C++17 Redis-style database engine optimized for Windows. Features an async buffer-and-batch WAL, lock optimization, and high-throughput concurrent networking via Winsock.
A distributed in-memory key-value store engineered in Go. Features leader-follower replication, persistence, and gRPC-based clustering for high availability.
Add a description, image, and links to the redis-clone topic page so that developers can more easily learn about it.
To associate your repository with the redis-clone topic, visit your repo's landing page and select "manage topics."