8 releases

Uses new Rust 2024

0.0.7 Feb 8, 2026
0.0.6 Mar 18, 2024
0.0.5 Feb 23, 2024
0.0.4 Jan 5, 2020
0.0.0 Jul 29, 2018

#3 in #resp-parser


Used in redis-on-mysql

BSD-3-Clause

75KB
2K SLoC

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–13MB
~102K SLoC