Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-3.2.8.tar.gz $ tar xzf redis-3.2.8.tar.gz $ cd redis-3.2.8 $ make The binaries that are now compiled are available in the src directory. Run Redis with: $ src/r
安装Redis(3.2.1稳定版)这是64位 如果你的操作系统是32位 则要在make 后指定是32位如下: make CFLAGS="-march=i686" 解压进入目录 make CFLAGS="-march=i686" 这里进入src目录 >>> make install && make test 把redis.conf文件复制到/etc/下 安装完毕 安装tcl: # wget https://nchc.dl.source forge.net/project/tcl