首頁 > 資料庫 > Redis > 主體

linux下正確開啟關閉redis的指令是什麼

王林
發布: 2020-12-16 09:33:10
轉載
3865 人瀏覽過

linux下正確開啟關閉redis的指令是什麼

先連接xshell,然後執行以下指令即可:

(學習影片分享:程式設計影片

service network restar         #重启网络
ip addr       #查找ip
[root@localhost ~]# cd /usr/local/redis
[root@localhost redis]# ./bin/redis-server ./redis.conf 
[root@localhost redis]# ./bin/redis-cli 
127.0.0.1:6379> exit
[root@localhost redis]# ./bin/redis-cli shutdown
[root@localhost redis]# ps -ef | grep -i redis
登入後複製

相關推薦:redis資料庫教學

以上是linux下正確開啟關閉redis的指令是什麼的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:csdn.net
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!