Redis C++ client, support the data slice storage, support the connection pool

22 views
Skip to first unread message

guo...@gmail.com

unread,
Jan 13, 2016, 1:09:51 AM1/13/16
to Redis Clients Development

xRedis

Redis C++ client, support the data slice storage, support the connection pool

Features:

  • data slice storage
  • support Redis master slave connection, Support read/write separation
  • connection pool
  • simultaneously connected multiple data slice clusters
  • most REDIS commands have been implemented
  • multi thread safety 

    Dependencies

  xredis requires hiredis only

    Install

   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

    Documentation

xRedis API Site


Reply all
Reply to author
Forward
0 new messages