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

#1051 in Database interfaces

Download history 127/week @ 2024-02-23 48/week @ 2024-03-01 124/week @ 2024-03-15 17/week @ 2024-03-22 8/week @ 2024-03-29 1/week @ 2024-04-05

270 downloads per month

BSD-3-Clause

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.6–9MB
~62K SLoC