An open API service indexing awesome lists of open source software.

https://github.com/juliencrn/mini-redis

Little project to learn how to build apps on top on Tokio, a Rust runtime.
https://github.com/juliencrn/mini-redis

runtime rust tokio

Last synced: 6 months ago
JSON representation

Little project to learn how to build apps on top on Tokio, a Rust runtime.

Awesome Lists containing this project

README

          

# Mini-redis

Build a mini-redis app following the official [Tokio tutorial](https://tokio.rs/tokio/tutorial) to learn how to build stuff on top on Tokio, a Rust runtime.

# Script

```sh
# Run the server
cargo run

# Run the client
cargo run --example hello-redis
```