啟動(dòng)
創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于成都網(wǎng)站制作、成都網(wǎng)站建設(shè)、外貿(mào)營銷網(wǎng)站建設(shè)、汶上網(wǎng)絡(luò)推廣、小程序定制開發(fā)、汶上網(wǎng)絡(luò)營銷、汶上企業(yè)策劃、汶上品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎(jiǎng);創(chuàng)新互聯(lián)為所有大學(xué)生創(chuàng)業(yè)者提供汶上建站搭建服務(wù),24小時(shí)服務(wù)熱線:18980820575,官方網(wǎng)址:www.cdcxhl.com
進(jìn)入etc目錄下 啟動(dòng)redis
sudo ../bin/redis-server ./redis.conf
停止 ./redis-cli shutdown 注釋:這里關(guān)閉默認(rèn)端口號 ./redis-cli -h 127.0.0.1 -p 7001 shutdown 注釋:關(guān)閉指定端口號 實(shí)時(shí)查看日志 tail -f /usr/local/redis/log-redis.log //----------------端口占用問題處理 $ ps aux | grep redis Find the port that its running on.. In my case..
MyUser 8821 0.0 0.0 2459704 596 ?? S 4:54PM 0:03.40 redis-server *:6379
And then close the port manually
$ kill -9 8821
Re-run redis
$ redis-server //------------------同一臺(tái)機(jī)器啟動(dòng)多個(gè)實(shí)例redis Sorry, the cluster configuration file nodes.conf is already used by a different Redis Cluster node. Please make sure that differen t nodes use different cluster configuration files. 需要在 redis.conf配置文件中配置 cluster-config-file nodes.conf 為不同名稱
以上這篇redis啟動(dòng),停止,及端口占用處理方法就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持創(chuàng)新互聯(lián)。