我是靠谱客的博主 傻傻小土豆,这篇文章主要介绍redis解决DENIED Redis is running in protected mode because protected mode is enabled,现在分享给大家,希望可以做个参考。
使用java存储或获取的时候报错如下:
io.lettuce.core.RedisConnectionException: DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to clients. In this mode connections are only accepted from the loopback interface. If you want to connect from external computers to Redis you may adopt one of the following solutions: 1) Just disable protected mode sending the command 'CONFIG SET protected-mode no' from the loopback interface by connecting to Redis from the same host the server is running, however MAKE SURE Redis is not publicly accessible from internet if you do so. Use CONFIG REWRITE to make this change permanent. 2) Alternatively you can just disable the protected mode by editing the Redis configuration file, and setting the protected mode option to 'no', and then restarting the server. 3) If you started the server manually just for testing, res
最后
以上就是傻傻小土豆最近收集整理的关于redis解决DENIED Redis is running in protected mode because protected mode is enabled的全部内容,更多相关redis解决DENIED内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复