摘要: 1、修改redis服务器的配置文件 vi redis.conf 注释以下绑定的主机地址 # bind 127.0.0.1 2、修改redis服务器的参数配置 修改redis的守护进程为no ,不启用 127.0.0.1:6379> config set daemonize "no" OK 修改redis的保护模式为no,不启用 ... 阅读全文
posted @ 2017-10-17 09:30 tidyko 阅读(233) 评论(0) 推荐(0) 编辑