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


原文地址:https://www.cnblogs.com/angdh/p/11714805.html