12 2018 档案
Redis修改配置
摘要:修改Redis.conf文件 1、daemonize no 改为 daemonize yes 改为以守护进程的方式运行 2、protected-mode yes 改为 protected-mode no 3、#requirepass foobared "#"号去掉,表示redis连接需要密码 4、b 阅读全文
posted @ 2018-12-26 14:06 linux_ng 阅读(592) 评论(0) 推荐(0)