Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Scorpion197/rust-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-redis

A small redis implementation for learning purposes only

Run and Test

execut cargo run and then echo "SET mykey hello\r\n" | nc localhost 1337 or replace with with the command you want.

Todos

implement other commands such as exists, FlushAll...etc

About

lightweight implementation of redis using Rust for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages