resp-async 0.0.6

Asynchronous Redis protocol parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "resp-async"
description = "Asynchronous Redis protocol parser"
version = "0.0.6"
authors = ["Xiaoguang Sun <sunxiaoguang@gmail.com>"]
repository = "https://github.com/sunxiaoguang/resp-async"
license = "BSD-3-Clause"
edition = "2021"

[dependencies]
bytes = "1.5"
tokio = { version = "1.35.1", features = ["full"] }
log = "0.4"

[dev-dependencies]
simplelog = "0.12"