3 个版本 (破坏性更新)
| 0.3.0 | 2022年6月8日 |
|---|---|
| 0.2.0 | 2021年2月7日 |
| 0.1.0 | 2020年6月27日 |
#2458 in 数据库接口
每月 21 次下载
25KB
541 行
redis_tang
为 redis 提供轻量级连接池。
要求
rustc1.42.0
特性
with-tokio 用于 tokio 运行时
with-async-std 用于 async-std 运行时
with-ntex 用于 actix/ntex 运行时
lib.rs:
特性
with-tokio- 默认特性,在tokio运行时上运行。with-async-std- 在smol运行时上运行。with-ntex- 在ntex和actix运行时上运行。
依赖
~0–14MB
~124K SLoC