问题描述:SpringBoot连接Redis服务出现DENIED Redis is running in protected mode because protected mode is enabled

SpringBoot连接Redis服务出现DENIED Redis is running in protected mode because protected mode is enabled

 解决方法:是说Redis服务处于保护模式,我们需要修改配置文件redis.conf。将NETWORK下的protected-mode yes修改

protected-mode no,然后重启服务(./bin/redis-server ./redis.conf)

SpringBoot连接Redis服务出现DENIED Redis is running in protected mode because protected mode is enabled

相关文章: