Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 336 Bytes

redis_rs

Implementation of Redis in Rust.

Build

cargo run --bin server
cargo run --bin client
cargo run --example hello_world_redis

Features

  • Crate tokio for async I/O
  • Crate tracing for logging and journaling