aboutsummaryrefslogtreecommitdiffstats
path: root/includes/clientpool
Commit message (Expand)AuthorAgeFilesLines
* Move RedisConnectionPool to /libs/redisAaron Schulz2016-09-231-581/+0
* Convert all array() syntax to []Kunal Mehta2016-02-173-32/+32
* Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-1/+1
* Make ForkController destroy redis instances tooAaron Schulz2015-12-041-0/+8
* Remove some MW dependencies from RedisConnectionPoolAaron Schulz2015-10-241-4/+6
* Move SquidPurgeClient under /clientpoolAaron Schulz2015-10-082-0/+504
* Make long lines shorter to pass phpcs in 6 filesAmir E. Aharoni2015-09-261-1/+3
* Remove return of void method resultsjeroendedauw2015-09-101-1/+1
* Throw exception on falsy server in RedisConnectionPool.Matthew Flaschen2015-07-301-1/+1
* Have RedisConnectionPool explicitly implement Psr\Log\LoggerAwareInterfaceKunal Mehta2015-07-291-1/+1
* RedisConnectionPool: convert to PSR3 loggingBryan Davis2015-07-291-15/+87
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-1/+1
* Lowered the default OPT_READ_TIMEOUT for RedisAaron Schulz2014-07-081-7/+34
* Set Redis::OPT_READ_TIMEOUT by defaultAaron Schulz2014-05-051-0/+10
* Consistently use '@deprecated since <version>'Bartosz DziewoƄski2014-04-151-1/+1
* Fixed some @params documentationumherirrender2014-04-141-2/+2
* Fix spelling: occurredSiebrand Mazeland2014-04-081-1/+1
* Add missing line breaks to wfDebug() callsAlexandre Emsenhuber2014-03-291-2/+2
* Added simpler handleError() method in RedisConnectionPoolAaron Schulz2014-02-121-1/+16
* Remove trailing line breaks from wfDebugLog() messagesAlexandre Emsenhuber2014-02-041-2/+2
* Improve redis connection error logTim Starling2013-12-151-1/+1
* Added some sanity close() calls to RedisConnectionPoolAaron Schulz2013-11-201-0/+11
* Remove unused local variable and update documentationSiebrand Mazeland2013-11-191-21/+19
* Update formattingSiebrand Mazeland2013-11-191-0/+9
* Added fail-over support to JobQueueAggregatorRedis using "redisServers" optionAaron Schulz2013-11-181-0/+10
* Expanded use of reauthenticateConnection() beyond just Lua callsAaron Schulz2013-11-151-3/+34
* Fixed redis reconnect handling when passwords are used in luaEval()Aaron Schulz2013-11-051-1/+30
* Include server in redis lua errorsAaron Schulz2013-11-041-1/+2
* Allow RedisConnectionPool to be used with HHVM's Redis libraryOri Livneh2013-09-191-5/+5
* doc: various updatesAntoine Musso2013-05-201-9/+21
* Factored JobQueueRedis::redisEval() into RedisConnRef::luaEval().Aaron Schulz2013-04-191-0/+32
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Moved some RedisConnectionPool docs to the factory function.Aaron Schulz2013-03-191-8/+8
* Allow having no serializer in RedisConnectionPool.Aaron Schulz2013-03-131-1/+3
* Fixed redis auth error spam in logs.Aaron Schulz2013-03-111-1/+1
* Fixed connection comparison in RedisConnectionPool::handleException().Aaron Schulz2013-03-111-8/+10
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* Removed "poolSize" option from RedisConnectionPool.Aaron Schulz2013-03-081-18/+6
* Resolve config defaults in RedisConnectionPool in the singleton().Aaron Schulz2013-03-011-13/+26
* Avoid pool fragmentation in RedisConnectionPool.Aaron Schulz2013-02-261-2/+10
* Fixed some comments and removed redundant constant.Aaron Schulz2013-02-111-1/+2
* [JobQueue] Added a JobQueueRedis class.Aaron Schulz2013-01-221-0/+298