我是靠谱客的博主 发嗲大树,这篇文章主要介绍Exception in thread “main“ redis.clients.jedis.exceptions.JedisDataException: DENIED Redis is runnin,现在分享给大家,希望可以做个参考。

Exception in thread “main” redis.clients.jedis.exceptions.JedisDataException: DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to clien

出错截图
因为redis版本默认开启了保护

输入(前提是得开启redis服务):
./redis-cli
config set protected-mode “no”

成功图:
修改

成功连接

最后

以上就是发嗲大树最近收集整理的关于Exception in thread “main“ redis.clients.jedis.exceptions.JedisDataException: DENIED Redis is runnin的全部内容,更多相关Exception内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部