westonli / xredis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xRedis

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

Features:

  • data slice storage
  • connection pool
  • connection to multiple 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](http://xredis.0xsky.com/)

See [examples](https://github.com/0xsky/xredis/blob/master/examples) directory for some examples

xRedis开源社区QQ群: 190107312

作者: xSky

博客: xSky's Blog

捐赠作者:[支付宝账号] guozhw@gmail.com

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 86.7%Language:C 9.4%Language:Makefile 3.8%