Small doc fix to JobQueueRedis.
Change-Id: I217b3642c67338f7d45995d81e5e18887242479a
This commit is contained in:
parent
4b520e95c3
commit
aca9223139
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ class JobQueueRedis extends JobQueue {
|
|||
* @throws RedisException
|
||||
*/
|
||||
protected function pushBlobs( RedisConnRef $conn, array $items ) {
|
||||
$args = array(); // ([id, sha1, blob [, id, sha1, blob ... ] ] )
|
||||
$args = array(); // ([id, sha1, rtime, blob [, id, sha1, rtime, blob ... ] ] )
|
||||
foreach ( $items as $item ) {
|
||||
$args[] = (string)$item['uuid'];
|
||||
$args[] = (string)$item['sha1'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue