Installing redis is really easy. I have done it on several VM. But on one instance, I am facing the following problem.
[root@server redis-2.4.2]# make cd src &am
You can try somthing like this :
$ wget http://redis.googlecode.com/files/redis-2.4.2.tar.gz $ tar xzf redis-2.4.2.tar.gz $ cd redis-2.4.2 $ make
More info : ( http://redis.io/download )