Skip to content

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

License

Notifications You must be signed in to change notification settings

HelloLittleJoey/xredis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 groups
  • 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

[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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.0%
  • C 8.5%
  • Makefile 3.5%