DENIED Redis is running in protected mode because protected mode is enabled, no bind address was
解决方案:
在redis安装目录下的redis.conf文件中
1. 把这行代码注释掉
# bind 127.0.0.1
2.修改protected-mode参数
protected-mode no
3.重启redis
上一篇 学成在线第一天
下一篇 JavaWeb(4) - Ajax(超级重点)
版权所有 ©2023-2025 051e.com
ICP备案号:京ICP备12030808号