ashish173 / blog_redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog_redis

A redis server in server implementation. A detailed guide is covered in the blog post.

starting server

To start the server run $cargo run --bin server

running set command

To run the client with set command run the following command $ cargo run --bin client set foo bar

running get command

To get the keys and values run the command $ cargo run --bin client get foo

About


Languages

Language:Rust 100.0%