redis.clients.jedis.exceptions.JedisConnectionException可能是redis.conf里面没有配置bind服务器ip,只有一个127.0.0.1.而客户端连接是使用ip去连接的。所以连接不上