1. 程式人生 > >Ubuntu下用apt-get安裝最新版本的Redis

Ubuntu下用apt-get安裝最新版本的Redis

一個網站用到redis,在ubuntu安裝時,因為個人對軟體有強迫證,就想用最新版。

所以,按如下步驟做:

add-apt-repository -y ppa:rwky/redis  

2.執行安裝:

apt-get install redis-server 

3.開始配置,使用!