it13 / redispool

Connection pool for Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 54.7%Language:Makefile 45.3%