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:

```toml [dependencies]

redispool = "0.1" ```

and this to your crate root:

rust extern crate redispool;