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 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, restart it with the '--protected-mode no' option. 4) Setup a bind address or an authentication password. NOTE: You only need to do one of the above things in order for the server to start accepting connections from the outside. 
 
以上是报错信息,说是保护模式不允许连接。找到服务器,找到 redis-cli文件,这是服务器上redis的命令行执行文件
$ find / -name redis-cli  
执行命令 config set protected-mode "no" 
ok 后重试问题解决

最新文章

  1. monkeyrunner之eclipse中运行monkeyrunner脚本之环境搭建(四)
  2. MYSQL分库分表和不停机更改表结构
  3. HDU 1166 敌兵布阵 (数状数组,或线段树)
  4. 介绍UDF,以及完成大小写的转换
  5. Selenium2学习-011-WebUI自动化实战实例-009-JavaScript 在 Selenium 自动化中的应用实例之一(赋值)
  6. Unity3D 与 objective-c 之间数据交互。iOS SDK接口封装Unity3D接口
  7. java基础知识回顾之---java String final类之intern方法
  8. sizeof 字符数组
  9. HDU 3127 WHUgirls(DP 完全背包)
  10. J - Air Raid - hdu 1151(最小边覆盖)
  11. spring 配置文件XSD地址
  12. Asp .net core api+Entity Framework 实现数据的存取到数据库中
  13. HTTPS建立连接的过程
  14. Kubernetes集群的监控报警策略最佳实践
  15. poj2342 没有上司的舞会 树形dp基础
  16. 关于信号的延迟---verilog
  17. redis 部分操作
  18. 关于Unity中的光照(七)
  19. JAVA学习(七)__Spring的@Autowired注入规则
  20. Mysql Window 下安装

热门文章

  1. vue+cesium初探(一) 加载cesium
  2. C# 学习笔记(三)----- 设备监视 ( System.Management )
  3. Linux 替换^M字符
  4. Go版本管理--依赖包存储
  5. ubuntu18.04 更换镜像源
  6. kubernetes使用jenkins Pipeline 部署Nginx
  7. kubernetes部署一个应用程序
  8. 如何实现 Android 短视频跨页面的流畅续播?
  9. Linux下SSH以及SSH秘钥
  10. noip模拟19/20