AI字段匹配
This commit is contained in:
@@ -347,11 +347,11 @@ LUA;
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 获取分块进度
|
// 获取分块进度
|
||||||
public function getChunkProgress($key, $chunkIndex = '')
|
public function getChunkProgress($key, $chunkIndex = '-1')
|
||||||
{
|
{
|
||||||
$redis = $this->connect();
|
$redis = $this->connect();
|
||||||
|
|
||||||
if(empty($chunkIndex)){
|
if($chunkIndex == '-1'){
|
||||||
|
|
||||||
$aChunkValue = $redis->hGetAll($key);
|
$aChunkValue = $redis->hGetAll($key);
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user