安装篇

声明:以下环境均是在ubuntu下进行

 

wget http://redis.googlecode.com/files/redis-2.4.4.tar.gz
tar zxf redis-2.4.4.tar.gz

然后进入目录后直接make就可以了、如果迩的系统是32位的那么执行

make 32bit

安装完成后、执行一下make test看是否正常、如果出现“You need 'tclsh8.5' in order to run the Redis test”,则可运行 sudo apt-get install tcl8.5再执行就可以了

 

更深入的学习:http://blog.nosqlfan.com/html/3537.html

相关文章: