Skip to content

archit7448/redis-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-rust

A small Redis-style server written in Rust.

What it does

  • Listens on 127.0.0.1:6379
  • Parses basic RESP messages
  • Supports SET and GET
  • Stores data in an in-memory HashMap

Run

cargo run

Example

Use redis-cli against the local server:

redis-cli -p 6379 SET foo bar
redis-cli -p 6379 GET foo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages