Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 375 Bytes

Asynchronous Redis protocol (RESP) parser and framework for implementing server

All examples can be executed with:

run server

cargo run --example $name

to connect to server use

redis-cli -h 127.0.0.1 -p 8080

A high level description of each example is:

  • history - a tiny server that always return history command the client requested.