我是靠谱客的博主 傻傻小土豆,最近开发中收集的这篇文章主要介绍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 Redis is running in protected mode because protected mode is enabled所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(54)

评论列表共有 0 条评论

立即
投稿
返回
顶部