安装篇

声明:以下环境均是在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

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-11-18
  • 2022-01-17
  • 2021-12-04
  • 2021-05-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-04
  • 2022-01-19
  • 2021-07-18
  • 2021-09-14
  • 2022-12-23
相关资源
相似解决方案