赞
踩
# 允许任何主机连接、访问
bind 127.0.0.1 改为 bind 0.0.0.0
# 关闭保护模式
protected-mode yes 改为 protected-mode no
# 允许启动后在后台运行,即关闭命令行窗口后仍能运行
daemonize no 改为 daemonize yes
# 修改端口号
找到6379, 改成xxxx
ps: 这里用的是6.2.6 版本的
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。