相关文章推荐
乖乖的小摩托  ·  23. 深度解密 Redis ...·  2 月前    · 
绅士的牛肉面  ·  Flask ...·  2 月前    · 
无邪的猴子  ·  Redis 数据类型 | ·  2 月前    · 
憨厚的脸盆  ·  AWK - 孙愚 - 博客园·  3 年前    · 
淡定的弓箭  ·  c++ string转二进制-掘金·  3 年前    · 

二、访问出现问题

Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /10.1.30.204:6379
Caused by: java.net.ConnectException: Connection refused: no further information

1.关闭防火墙  service iptables stop

2.修改redis.conf

#bind 127.0.0.1  注释掉
protected-mode no  改为no