Connection pool for Redis
RedisPool requires hiredis only
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
Distributed under MIT license. See LICENSE
for more information.