Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages