redis CentOS 安装,后台启动

 

 

1, 安装

yum install redis

 

2. 修改 配置 文件  ,后台 启动

vim /etc/redis.conf

找到 daemonize 属性 

将no改为yes  

3.启动 

redis-server /etc/redis.conf &

 

 


 

 

解决Redis错误MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persi

 

https://www.jianshu.com/p/9d281d1390f2

 


 

posted @ 2019-10-21 17:29  AngDH  阅读(2760)  评论(0编辑  收藏  举报