但是搭建了本地DNS,客户端(windows)创建后立马报NOT IMPLEMENTED,buffer_read_ipv4_address_at,是Windows不支持,但是我看教程搭建都是客户端是windows,不搭建本地DNS,直接设置权威服务器DNS,返回只有answer<1,会直接报DNS DNS didn't return an answer
我的目标是使用heroku和node.js 创建一个groupme机器人这是日志返回的消息:2016-07-26T01:44:53.848661+00:00 heroku[web.1]: Starting process with command `node routes/index.js`
2016-07-26T01:44:55
connect to Redis at 公网ip:7001: Connection timed out(集群总线端口17001-17006已打开)使用内网ip或 127.0.0.1创建集群成功,但是项目在本地无法正常访问redis集群进行操作,会报:JedisClusterMaxAttemptsException: No more cluster attempts left (如果把项目打包发布到服务器则正常)
我也知道搭建集群应该使用内网ip,可是我现在就是需要搭建服务器集群,然后在本地