aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/redis/RedisConnectionPool.php
Commit message (Expand)AuthorAgeFilesLines
* objectcache: Move RedisConnRef.php to /libs/objectcache/Timo Tijhof2024-10-281-428/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to Wikimedia\Redis libsJames D. Forrester2024-09-271-0/+10
* redis: add missing space to "marked down" log entries in RedisConnectionPoolAaron Schulz2023-02-031-1/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-3/+3
* Remove unused key variable from foreach loopsUmherirrender2022-09-211-2/+2
* objectcache: Adds support for TLS to RedisConnectionPoolJuan Osorio2022-07-271-4/+15
* cache: Fix various scalar and null types to match documentationUmherirrender2022-03-141-1/+1
* Fix typos in comments (N-R)Siddharth VP2022-01-091-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Use ::class for class nameUmherirrender2021-04-081-1/+1
* Remove falsy check after new callUmherirrender2020-06-181-8/+4
* Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Upgrade phan to 0.9.1Daimona Eaytoy2020-01-251-1/+4
* redis: Fix @throws tag in RedisConnectionPoolAaron Schulz2020-01-141-1/+1
* Set visibility on php magic functions __destruct/sleep/wakeup/get/callUmherirrender2019-12-051-1/+1
* Throw if Redis::SERIALIZER_IGBINARY is not definedUmherirrender2019-09-051-0/+4
* objectcache: clean up RedisBagOStuff and optimize changeTTLMulti()Aaron Schulz2019-07-181-5/+4
* Import PSR NullLogger instead of using absolute class referencesAaron Schulz2019-07-131-1/+2
* Collapse some nested if statementsReedy2019-04-041-15/+11
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+1
* Ignore errors in RedisConnectionPool destructorGergő Tisza2017-08-141-3/+8
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Set a persistent connection ID for RedisConnectionPoolAaron Schulz2017-04-211-3/+7
* Removed deprecated unused method in RedisConnectionPool.phpYuriy Shnitkovskiy2017-01-101-15/+0
* Move RedisConnectionPool to /libs/redisAaron Schulz2016-09-231-0/+417