1.下载:
C++版本的redis client下载链接:https://github.com/mrpi/redis-cplusplus-client
2.首先需要安装boost库,在linux下安装boost库过程如下:
2.1 boost库下载到官网:http://www.boost.org/,当前最新版本为1.51.0
2.2 安装命令:
官网介绍:http://www.boost.org/doc/libs/1_51_0/more/getting_started/unix-variants.html
Select your configuration options and invoke ./bootstrap.sh again without the --help option. Unless you have write permission in your system's /usr/local/ directory, you'll probably want to at least use
$ ./bootstrap.sh --prefix=path/to/installation/prefix
to install somewhere else. Also, consider using the&n