0
点赞
收藏
分享

微信扫一扫

linus 下redis守护进程启动

修改配置文件

sudo vim /usr/src/redis/redis.conf   // 具体的安装目录不一样,以安装的时候为准
# 将daemonize 改为yes
daemonize yes

 

重新启动

redis-server /etc/redis/redis.conf

 

ok

查看是否启动
ps aux | grep reids-server



 



举报

相关推荐

0 条评论