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