Yet another implementation of redis based on the great tokio tutorial. In its current state, the server is limited to single database and supports only these commands.
To run the server for development purposes, you can execute:
cargo run --bin server
Now you can communicate with the server using commands via RESP, e.g.:
cargo run --example set_get
- GET
- MGET
- SET