Tim Starling has submitted this change and it was merged. Change subject: [JobQueue] Added a JobQueueRedis class. ......................................................................
[JobQueue] Added a JobQueueRedis class. * The Job class now includes an extra "metadata" field now for usage by the queue classes. This is useful for stores that lack IDs. * A RedisConnectionPool class was added for reusability. Change-Id: Ie72536240e27fe1caf11096cdc4c85dfa821d181 --- M includes/AutoLoader.php A includes/clientpool/RedisConnectionPool.php M includes/job/Job.php A includes/job/JobQueueRedis.php M includes/job/jobs/DuplicateJob.php 5 files changed, 920 insertions(+), 3 deletions(-) Approvals: Tim Starling: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/39174 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie72536240e27fe1caf11096cdc4c85dfa821d181 Gerrit-PatchSet: 17 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Asher <[email protected]> Gerrit-Reviewer: Lwelling <[email protected]> Gerrit-Reviewer: Mattflaschen <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
