Crates.io | redispool |
lib.rs | redispool |
version | 0.1.0 |
source | src |
created_at | 2015-05-15 10:45:46.69712 |
updated_at | 2015-12-11 23:55:29.371301 |
description | A redis thread pool for maintaining open connections for jobs on a fixed set of worker threads. |
homepage | https://github.com/terminalcloud/rust-redispool |
repository | https://github.com/terminalcloud/rust-redispool |
max_upload_size | |
id | 2113 |
size | 20,250 |
A redis thread pool for maintaining open connections for running jobs on a fixed set of worker threads.
Add this to your Cargo.toml
:
[dependencies]
redispool = "0.1"
and this to your crate root:
extern crate redispool;