Skip to content

sayyedkamran/redis-from-scratch-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Clone in Rust 🦀

This project is part of the Codecrafters Redis Challenge.
I’m building a Redis-compatible server from scratch using async Rust.

✅ Progress

  • Stage 1: Accept TCP connections
  • Stage 2: Respond to PING
  • Stage 3: Parse RESP arrays
  • Stage 4: SET command
  • Stage 5: GET command
  • Stage 6: Expiry support
  • Stage 7: Concurrency
  • Stage 8+: Advanced Redis commands

Structure

  • – current working implementation
  • – archived code snapshots + notes per stage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •