Refactor IP History

This commit is contained in:
xiaomlove
2025-10-14 14:54:44 +07:00
parent 0f172a94be
commit ba8715a3f9
34 changed files with 494 additions and 131 deletions

View File

@@ -132,7 +132,7 @@ class CleanupRepository extends BaseRepository
//remove this batch
if ($batchKey != self::USER_SEED_BONUS_BATCH_KEY) {
$redis->del($batch);
$redis->unlink($batch);
}
$endTimestamp = time();
do_log(sprintf("$logPrefix, [DONE], batch: $batch, count: $count, cost time: %d seconds", $endTimestamp - $beginTimestamp));