安裝篇
聲明:以下環境均是在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