#安裝gccyum-yinstallgcc#下載redis
wget ?http://download.redis.io/releases/redis-3.2.9.tar.gz
#解壓tar-zxvf redis-3.2.8.tar.gz
#轉(zhuǎn)換目錄
cd redis-3.2.8/deps/#編譯依賴makegeohash-int hiredis jemalloc linenoise lua
#轉(zhuǎn)換目錄
cd ..
#編譯Redismake&&makeinstall#轉(zhuǎn)換目錄
cd utils/#使用腳本安裝服務(wù)
./install_server.sh#啟動服務(wù)systemctl start redis_6379systemctl status redis_6379
#好了,就這些,嘗試一下吧。