91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Centos7怎么安裝Redis5.0

發布時間:2022-04-07 16:22:08 來源:億速云 閱讀:216 作者:iii 欄目:編程語言

這篇文章主要講解了“Centos7怎么安裝Redis5.0”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“Centos7怎么安裝Redis5.0”吧!

一、安裝gcc依賴

由于 redis 是用 C 語言開發,安裝之前必先確認是否安裝 gcc 環境(gcc -v),如果沒有安裝,執行以下命令進行安裝

 [root@localhost local]# yum install -y gcc 

二、下載并解壓安裝包

[root@localhost local]# wget http://download.redis.io/releases/redis-5.0.3.tar.gz

[root@localhost local]# tar -zxvf redis-5.0.3.tar.gz

三、cd切換到redis解壓目錄下,執行編譯

[root@localhost local]# cd redis-5.0.3

[root@localhost redis-5.0.3]# make

四、安裝并指定安裝目錄

[root@localhost redis-5.0.3]# make install PREFIX=/usr/local/redis

五、啟動服務

5.1前臺啟動

[root@localhost redis-5.0.3]# cd /usr/local/redis/bin/

[root@localhost bin]# ./redis-server

5.2后臺啟動

從 redis 的源碼目錄中復制 redis.conf 到 redis 的安裝目錄

[root@localhost bin]# cp /usr/local/redis-5.0.3/redis.conf /usr/local/redis/bin/

修改 redis.conf 文件,把 daemonize no 改為 daemonize yes

[root@localhost bin]# vi redis.conf

修改redis.conf文件

vim redis.conf

#注釋掉它,以便讓外網訪問

#bind 127.0.0.1

#后臺進程方式啟動

daemonize yes

#requirepass foobared去掉注釋,foobared改為自己的密碼

后臺啟動

[root@localhost bin]# ./redis-server redis.conf

Centos7怎么安裝Redis5.0

六、設置開機啟動

添加開機啟動服務

[root@localhost bin]# vi /etc/systemd/system/redis.service

復制粘貼以下內容:

Centos7怎么安裝Redis5.0

[Unit]
Description=redis-server
After=network.target

[Service]
Type=forking
ExecStart=/usr/local/redis/bin/redis-server /usr/local/redis/bin/redis.conf
PrivateTmp=true

[Install]
WantedBy=multi-user.target

Centos7怎么安裝Redis5.0

注意:ExecStart配置成自己的路徑 

設置開機啟動

[root@localhost bin]# systemctl daemon-reload

[root@localhost bin]# systemctl start redis.service

[root@localhost bin]# systemctl enable redis.service

創建 redis 命令軟鏈接

[root@localhost ~]# ln -s /usr/local/redis/bin/redis-cli /usr/bin/redis

測試 redis

Centos7怎么安裝Redis5.0

服務操作命令

systemctl start redis.service   #啟動redis服務

systemctl stop redis.service   #停止redis服務

systemctl restart redis.service   #重新啟動服務

systemctl status redis.service   #查看服務當前狀態

systemctl enable redis.service   #設置開機自啟動

systemctl disable redis.service   #停止開機自啟動

{{o.name}}

{{m.name}}

感謝各位的閱讀,以上就是“Centos7怎么安裝Redis5.0”的內容了,經過本文的學習后,相信大家對Centos7怎么安裝Redis5.0這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

彩票| 昌吉市| 会理县| 河东区| 孝义市| 绥棱县| 浦东新区| 东平县| 襄城县| 宜春市| 辛集市| 子长县| 玉山县| 关岭| 青川县| 松江区| 沐川县| 乌恰县| 临清市| 灵宝市| 九寨沟县| 昌都县| 久治县| 高雄市| 山西省| 聊城市| 通化市| 瓦房店市| 巴彦县| 涞源县| 基隆市| 临高县| 威信县| 东明县| 辽中县| 鲜城| 景洪市| 宿松县| 山西省| 弥渡县| 武强县|