Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 282 Bytes

redispool

A redis thread pool for maintaining open connections for running jobs on a fixed set of worker threads.

Usage

Add this to your Cargo.toml:

[dependencies]

redispool = "0.1"

and this to your crate root:

extern crate redispool;