有时候redis不稳定,很难连接上,如何设置超时时间?
$this->redis = new Redis();
$this->redis->connect($host, $port,3);//3秒超时
$this->redis->auth($auth);有时候redis不稳定,很难连接上,如何设置超时时间?
$this->redis = new Redis();
$this->redis->connect($host, $port,3);//3秒超时
$this->redis->auth($auth);