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

#5 in #redis-server

Download history 75/week @ 2024-02-17 61/week @ 2024-02-24 39/week @ 2024-03-02 129/week @ 2024-03-16 12/week @ 2024-03-23 9/week @ 2024-03-30

150 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–10MB
~62K SLoC