phpredis长连接多久会断?
$redis->connect($host, $port, $timeout);最后一个参数就是超时时间,长连接是不会断的,除非你自己去close或者服务器那边断了,这个时候可以捕获错误,然后进行重连
connectionrefused是什么意思?
Connection refused 连接被拒绝;拒绝连接;连接拒绝例句筛选1.If the connection fails, then either a connection timeout or aconnection refused message will be displayed (see Listing 10).如果连接失败,那么会显示连接超时或拒绝连接消息(见清单10)。
2.Consider "connection refused" a transient error and try again.考虑“方面拒绝”暂态误差,并再试一次。