Small doc fix to JobQueueRedis.

Change-Id: I217b3642c67338f7d45995d81e5e18887242479a
This commit is contained in:
Aaron Schulz 2013-04-16 17:41:41 -07:00 committed by Gerrit Code Review
parent 4b520e95c3
commit aca9223139

View file

@ -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'];