aboutsummaryrefslogtreecommitdiffstats
path: root/includes/jobqueue/JobQueueRedis.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-5/+18
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* objectcache: Move RedisConnRef.php to /libs/objectcache/Timo Tijhof2024-10-281-2/+2
* Add namespace to Wikimedia\Redis libsJames D. Forrester2024-09-271-0/+2
* Remove unchecked exception annotationsAdam Wight2024-09-171-2/+0
* jobqueue: combine Logger channels, improve docs, add missing ingroup tagsTimo Tijhof2024-03-251-10/+12
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* jobqueue: Add documentation about specific type to Iterator typeUmherirrender2022-11-141-5/+5
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-4/+4
* Fix typos in comments (I-J)Siddharth VP2021-12-301-3/+3
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* JobQueueRedis: Replace deprecated zSize with zCardPaladox2021-10-261-4/+4
* jobqueue: Batch jobs that will end up in the default queueAmir Sarabadani2021-10-041-2/+2
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-1/+1
* Move UIDGenerator code to a service and put it under /libsAaron Schulz2020-02-181-1/+1
* Replace deprecated lSize with lLenPaladox2019-12-031-2/+2
* Avoid using deprecated phpredis::delete() aliasPaladox2019-12-021-1/+1
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+1
* Merge "jobqueue: migrate root job deduplication to the WAN cache"jenkins-bot2019-07-131-1/+1
|\
| * jobqueue: migrate root job deduplication to the WAN cacheAaron Schulz2019-07-131-1/+1
* | jobqueue: fix IDEA warnings in JobQueueRedisAaron Schulz2019-07-111-25/+26
|/
* jobqueue: make JobQueueDB stricter about broken job_params fieldsAaron Schulz2019-04-271-1/+1
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-14/+18
* jobqueue: dependency inject more objects into JobQueueAaron Schulz2019-04-041-5/+5
* Add Job::getMetadata() and Job::setMetadata() accessorsAaron Schulz2019-04-031-7/+8
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-1/+1
* Safe replacement of a lot of `!count()` with `=== []`Thiemo Kreuz2019-01-151-1/+1
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-3/+4
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Lower the amount of jobs pushed into redis at onceAaron Schulz2017-04-191-1/+3
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-3/+3
* Use @lang tags for Lua scriptsAaron Schulz2016-09-251-0/+3
* Move RedisConnectionPool to /libs/redisAaron Schulz2016-09-231-1/+5
* Remove unused JobQueueRedis varsAaron Schulz2016-04-211-5/+0
* Avoid ack() race condition in JobQueueRedisAaron Schulz2016-04-201-4/+9
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Stop doing $that = $this in includes/jobqueueRicordisamoa2016-02-101-4/+2
* Fix mistakes in JobQueue type documentationsThiemo Mättig2016-01-161-1/+1
* Make redis JobQueueConnectionError mention the hostAaron Schulz2015-12-111-1/+2
* Remove wfForeignMemcKey() usage from JobQueueRedis::getQueueKey()Aaron Schulz2015-12-101-2/+6
* Remove JobQueue::setTestingPrefix() hackAaron Schulz2015-12-101-16/+1
* Fix bad regex in 6fe2f48dfAaron Schulz2015-12-101-1/+1
* Add per-partition JobQueueRedis aggregationAaron Schulz2015-12-101-12/+92
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* jobqueue: Pass count value delta instead of $type for the inserts_actual metricTimo Tijhof2015-10-301-1/+1
* JobQueueRedis::doBatchPush(): report metrics even when failures occurOri Livneh2015-10-211-5/+5
* jobqueue: track real job inserts as 'inserts_actual'Ori Livneh2015-10-211-0/+1
* Make JobQueueRedis stat calls match the DB oneAaron Schulz2015-10-201-2/+2