keshiba / attoRedis

An extremely small redis server and client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust codecov

attoRedis

A quick implementation of redis. Mostly to learn Rust and Tokio

How to run ?

  1. Start the server
cargo run --package attoredis-server -- --port <port>
  1. Start the client
cargo run --package attoredis-client -- --port <port>

About

An extremely small redis server and client


Languages

Language:Rust 100.0%