Skip to content

Instantly share code, notes, and snippets.

View eduFLOSS's full-sized avatar

leo.adams eduFLOSS

  • ecnu
  • Asia/Shanghai
View GitHub Profile
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