A redis thread pool for maintaining open connections for running jobs on a fixed set of worker threads.
Add this to your Cargo.toml:
Cargo.toml
```toml [dependencies]
redispool = "0.1" ```
and this to your crate root:
rust extern crate redispool;