摘要: 1、修改redis服务器的配置文件 vi redis.conf 注释以下绑定的主机地址 # bind 127.0.0.1 2、修改redis服务器的参数配置 修改redis的守护进程为no ,不启用 127.0.0.1:6379> config set daemonize "no" OK 修改red 阅读全文
posted @ 2017-11-20 14:57 小胖脸 阅读(3365) 评论(0) 推荐(0) 编辑