#pool #redis #async #light-weight

redis_tang

redis-rs 的轻量级异步连接池

3 个版本 (破坏性更新)

0.3.0 2022年6月8日
0.2.0 2021年2月7日
0.1.0 2020年6月27日

#2458 in 数据库接口

每月 21 次下载

MIT 许可证

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 - 在 ntexactix 运行时上运行。

依赖

~0–14MB
~124K SLoC