redispool 0.1.0

A redis thread pool for maintaining open connections for jobs on a fixed set of worker threads.
docs.rs failed to build redispool-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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;