centos6.5 installation redis3.2.9

1. Get the archive file wget http://download.redis.io/releases/redis-3.2.9.tar.gz

2. Extract the tar xzf redis-3.2.9.tar.gz

3.cd repeat-3.2.9

4.make && make install

5.redis-server or redis-server --protected-mode no (default remote connection protection, there is provided to allow remote connection)

Background nohup redis-server> $ CURRENT_PATH / log.out 2> & 1 &

 

Test Connection

cd src/

./redis-cli

connection succeeded

 

 

 

Rookie Tutorial

https://www.runoob.com/redis/redis-install.html

Guess you like

Origin www.cnblogs.com/jkwll/p/11641536.html