Ai推荐文章领域队列
This commit is contained in:
@@ -185,7 +185,7 @@ LUA;
|
|||||||
$redis = $this->connect();
|
$redis = $this->connect();
|
||||||
$redis->hSet($key, "chunk_{$chunkIndex}", $content);
|
$redis->hSet($key, "chunk_{$chunkIndex}", $content);
|
||||||
// 确保设置过期时间(如果已设置则忽略)
|
// 确保设置过期时间(如果已设置则忽略)
|
||||||
$redis->expire($key, 86400);
|
$redis->expire($key, 21600);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user