install redis on a AWS EC2.
Step 1. get source from redis web site (http://redis.io/download) and follow the following instructions.
$ 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
it works fine on my CentOS image running on t1-micro.