7 releases
0.0.6 | Mar 18, 2024 |
---|---|
0.0.5 | Feb 23, 2024 |
0.0.4 | Jan 5, 2020 |
0.0.3 | Nov 11, 2019 |
0.0.0 | Jul 29, 2018 |
#456 in Database interfaces
29KB
869 lines
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.
Dependencies
~2.5–9MB
~62K SLoC