#pool #redis #result #jobs #worker-threads

redispool

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

1 unstable release

Uses old Rust 2015

0.1.0 May 15, 2015

MIT/Apache

8KB
101 lines

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;

lib.rs:

Abstraction of a thread pool of redis connections for basic parallelism.

Dependencies

~3.5MB
~92K SLoC