Skip to content

Instantly share code, notes, and snippets.

Avatar

leo.adams eduFLOSS

  • ecnu
  • Asia/Shanghai
View GitHub Profile
View redis_install_centos.txt
BTW yum has last Redis too, remi repository at least.
$ sudo -i
$ yum list redis
$ redis.x86_64 2.6.13-1.el6.remi remi
But today we want compile redis from source (see http://redis.io/download)
$ yum install make gcc tcl
$ cd /usr/local/src