Skip to content

terminalcloud/rust-redispool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages