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

https://github.com/keshiba/attoredis

An extremely small redis server and client
https://github.com/keshiba/attoredis

Last synced: 3 months ago
JSON representation

An extremely small redis server and client

Awesome Lists containing this project

README

        

[![Rust](https://github.com/keshiba/attoRedis/actions/workflows/build.yml/badge.svg)](https://github.com/keshiba/attoRedis/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/keshiba/attoRedis/graph/badge.svg?token=VSABNJ034P)](https://codecov.io/gh/keshiba/attoRedis)

# attoRedis

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

### How to run ?

1. Start the server
```shell
cargo run --package attoredis-server -- --port
```

2. Start the client
```shell
cargo run --package attoredis-client -- --port
```