摘要: 1、下载:redis.io,我下载的是5.0. 2、安装 1)、tar -zxvf redis-5.0.0 2)、进入src目录,执行make 3、回退到src的上一级目录,编辑redis.conf 1)、protected-mode no 2)、注释掉bind 127.0.0.1 3)、修改密码为 阅读全文
posted @ 2018-10-18 14:04 遥远2 阅读(826) 评论(0) 推荐(0) 编辑
摘要: 启动时报的警告: 1、Warning: no config file specified, using the default config. In order to specify a config file use ./src/redis-server /path/to/redis.conf 就 阅读全文
posted @ 2018-10-18 10:06 遥远2 阅读(7536) 评论(0) 推荐(0) 编辑