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

#1137 in Database interfaces

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.5–9.5MB
~62K SLoC