本地IDEA连接服务器的Redis报错处理: 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