cd utils
Ch y Ubuntu/Debian install script:ạ
sudo ./install_server.sh
Khi script này ch y xong thì redis-server s ch y n n. Có th dùng các câu ạ ẽ ạ ề ể
l nh sau đ start/stop:ệ ể
sudo service redis_6379 start
sudo service redis_6379 stop
(Số 6379 thay đ i tùy theo c ng b n dùng, m c đ nh làổ ổ ạ ặ ị 6379)
N u script trên ch a thi t l p redis t kh i đ ng khi boot máy thì ch y ế ư ế ậ ự ở ộ ạ
thêm l nh:ệ
sudo update-rc.d redis_6379 defaults
Cài phpredis
T i sourceả
wget https://github.com/phpredis/phpredis/archive/develop.zip
N u dùng cho PHP7 thì t i th i đi m này có b n đang phát tri n:ế ạ ờ ể ả ể
wget https://github.com/phpredis/phpredis/archive/php7.zip
Gi i nén file v a t i v , di chuy n vào th m c v a đ c gi i nén ra và ả ừ ả ề ể ư ụ ừ ượ ả
ch y các l nh sau đ cài đ t:ạ ệ ể ặ
sudo phpize
sudo ./configure
sudo make
sudo make install