redispool

Crates.ioredispool
lib.rsredispool
version0.1.0
sourcesrc
created_at2015-05-15 10:45:46.69712
updated_at2015-12-11 23:55:29.371301
descriptionA redis thread pool for maintaining open connections for jobs on a fixed set of worker threads.
homepagehttps://github.com/terminalcloud/rust-redispool
repositoryhttps://github.com/terminalcloud/rust-redispool
max_upload_size
id2113
size20,250
Zach Pomerantz (zzmp)

documentation

README

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;
Commit count: 24

cargo fmt