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

Redis的启动

时间:2016-08-24 00:48:57      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

http://www.cnblogs.com/goodspeed/archive/2012/10/18/2729615.html

http://blog.csdn.net/yulei_qq/article/details/51954960

以后台方式启动

./redis-server &

启动时指定配置文件

./redis-server ./redis.conf

使用启动脚本开机自启动

mkdir /etc/redis  

cp redis.conf /etc/redis/6379.conf  

cp redis_init_script /etc/init.d/redisd

 

chkconfig redisd on

service redisd stop

 

Redis的启动

标签:

原文地址:http://www.cnblogs.com/wangwanchao/p/5801260.html

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