@@ -431,7 +431,7 @@ |
||
| 431 | 431 | { |
| 432 | 432 | $cursor = null; |
| 433 | 433 | while ($jobs = $this->redis->zScan($cacheKey, $cursor, '', 100)) { |
| 434 | - $jobs = $this->redis->mget(array_map(function ($item) { |
|
| 434 | + $jobs = $this->redis->mget(array_map(function($item) { |
|
| 435 | 435 | return $this->getJobCacheKey($item); |
| 436 | 436 | }, array_keys($jobs))); |
| 437 | 437 | $this->extractStatusResults($jobs, $results); |