DENIED Redis is running in protected mode because protected mode is enabled
redisson连接错误 Unable to init enough connections amount Only 23 from 32 were initialized
原因都连接redis 服务器端没有权限
修改如下
一、 注释 bind 127.0.0.1
二、protected-mode 设置 protected-mode no ,
重启redis
有可能在redis.conf里面 设置无效,还是要用cli.exe进去查询下