码迷,mamicode.com
首页 > 其他好文 > 详细

redis

时间:2018-08-25 14:33:25      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:home   server   bsp   pass   shu   redis   重启   nbsp   cli   

1、开启

cd /home/redis/bin/

./redis-server redis.conf

2、关闭

 cd /home/redis/bin/

./redis-cli -a password -h 127.0.0.1 -p port shutdown 

3、重启

 cd /home/redis/bin/

./redis-cli -a password -h 127.0.0.1 -p port shutdown 

 ./redis-server redis.conf

redis

标签:home   server   bsp   pass   shu   redis   重启   nbsp   cli   

原文地址:https://www.cnblogs.com/suyj/p/9533268.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!