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
- Host: GitHub
- URL: https://github.com/keshiba/attoredis
- Owner: keshiba
- Created: 2024-02-03T20:26:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T12:39:19.000Z (over 1 year ago)
- Last Synced: 2025-01-09T07:44:45.905Z (5 months ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/keshiba/attoRedis/actions/workflows/build.yml) [](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
```