午夜视频在线网站,日韩视频精品在线,中文字幕精品一区二区三区在线,在线播放精品,1024你懂我懂的旧版人,欧美日韩一级黄色片,一区二区三区在线观看视频

分享

CentOS 6.9/7通過(guò)yum安裝指定版本的Redis

 昵稱54185769 2018-06-14

一、安裝

// 安裝依賴
# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm && rpm -ivh epel-release-6-8.noarch.rpm
# yum install -y jemalloc
// 安裝Redis
# wget http://www./linux/remi/enterprise/6/test/x86_64/redis-4.0.0-1.el6.remi.x86_64.rpm && rpm -ivh redis-4.0.0-1.el6.remi.x86_64.rpm

備注:http://www.通過(guò)這個(gè)網(wǎng)站查找到的RPM包。

二、設(shè)置服務(wù)開(kāi)機(jī)啟動(dòng)

# chkconfig redis on

三、服務(wù)常用操作

復(fù)制代碼
// 服務(wù)狀態(tài)
# service redis status
// 服務(wù)啟動(dòng)
# service redis start
// 服務(wù)停止
# service redis stop
// 服務(wù)重啟
# service redis restart
復(fù)制代碼

CentOS 7:

一、安裝

// 安裝依賴
# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm && rpm -ivh epel-release-7-11.noarch.rpm
# yum install -y jemalloc
// 安裝Redis
# wget http://www./linux/remi/enterprise/7/test/x86_64/redis-4.0.0-1.el7.remi.x86_64.rpm && rpm -ivh redis-4.0.0-1.el7.remi.x86_64.rpm

二、設(shè)置服務(wù)開(kāi)機(jī)啟動(dòng)

# systemctl enable redis

三、服務(wù)常用操作

復(fù)制代碼
// 服務(wù)狀態(tài)
# systemctl status redis
// 服務(wù)啟動(dòng)
# systemctl start redis
// 服務(wù)停止
# systemctl stop redis
// 服務(wù)重啟
# systemctl restart redis
復(fù)制代碼

 

 

 

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多