Skip to content

msempere/redispool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt logo

RedisPool alt build

Connection pool for Redis

Dependencies

RedisPool requires hiredis only

Install

Installing hiredis, on a Debian system:

sudo apt-get install libhiredis-dev

Or manually:

git clone https://github.com/redis/hiredis.git
cd hiredis & make & make install

Or using makefile from RedisPool:

make hiredis

Installing RedisPool:

git clone https://github.com/msempere/redispool.git
cd redispool & make & make install

License

Distributed under MIT license. See LICENSE for more information.

About

Connection pool for Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published