#线程池 #工作线程 #连接 #Redis #任务 #固定 #打开

redispool

为固定的工作线程集合上的运行任务维护打开连接的Redis线程池

1个不稳定版本

使用旧的Rust 2015

0.1.0 2015年5月15日

#53#工作线程

MIT/Apache

8KB
101

redispool

用于在固定的工作线程上运行任务的Redis线程池。

用法

将此添加到您的 Cargo.toml

[dependencies]

redispool = "0.1"

并将此添加到您的crate根目录

extern crate redispool;

lib.rs:

Redis连接线程池的抽象,用于基本的并行性。

依赖关系

~4MB
~96K SLoC