redis装配

redis安装目前稳定版本为2.6.10:?$ wget http://redis.googlecode.com/files/redis-2.6.10.tar.gz$ tar xz

redis安装

目前稳定版本为2.6.10:

?

$ wget http://redis.googlecode.com/files/redis-2.6.10.tar.gz$ tar xzf redis-2.6.10.tar.gz$ cd redis-2.6.10$ make

?

The binaries that are now compiled are available in the src directory. Run Redis with:

$ src/redis-server

?