Redis C++ client, support the data slice storage, support the connection pool
Features:
xredis requires hiredis only
First step install libhiredis, on a Debian system you can use:
sudo apt-get install libhiredis-dev
Then checkout the code and compile it
git clone https://github.com/0xsky/xredis cd xredis make sudo make install