resp-async

Crates.ioresp-async
lib.rsresp-async
version0.0.6
sourcesrc
created_at2018-07-29 11:48:01.876458
updated_at2024-03-18 03:07:19.654058
descriptionAsynchronous Redis protocol parser
homepage
repositoryhttps://github.com/sunxiaoguang/resp-async
max_upload_size
id76464
size44,433
Xiaoguang Sun (sunxiaoguang)

documentation

README

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.
Commit count: 14

cargo fmt