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

iwannaflytomoon/xredis

 
 

Repository files navigation

xRedis

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

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

See examples directory for some examples

作者: xSky

博客: xSky's Blog

捐赠作者:[支付宝账号] [email protected]

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.9%
  • C 9.3%
  • Makefile 3.8%