aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/objectcache/MemcachedPhpBagOStuff.php
Commit message (Expand)AuthorAgeFilesLines
* objectcache: Remove internal StorageAwareness, now unusedTimo Tijhof2025-03-271-7/+7
* objectcache: Improve overall BagOStuff class docsTimo Tijhof2024-09-111-5/+6
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-4/+10
* objectcache: remove deprecate BagOStuff::incr() methodAaron Schulz2023-03-101-13/+0
* objectcache: remove deprecate BagOStuff::decr() methodAaron Schulz2023-03-101-13/+0
* objectcache: Implement asynchronous increment in memcached BagOStuffTim Starling2022-06-301-1/+9
* objectcache: set error status codes in MemcachedPhpBagOStuffAaron Schulz2022-05-251-8/+60
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* objectcache: deprecate BagOStuff incr() and decr() methodsAaron Schulz2022-02-181-1/+20
* objectcache: Always enable debug mode in BagOStuffTim Starling2021-01-291-5/+1
* Replace tabs with spacesMatěj Suchánek2020-09-041-1/+1
* objectcache: support static routing prefixes for MemcachedBagOStuffAaron Schulz2020-08-211-27/+34
* objectcache: only use memcached "gets" when tokens are neededAaron Schulz2020-07-151-2/+5
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* objectcache: improve BagOStuff arithmetic method signaturesAaron Schulz2019-08-241-2/+2
* objectcache: fix WRITE_ALLOW_SEGMENTS in BagOStuff cas() and add() methodsAaron Schulz2019-08-201-2/+2
* objectcache: add MediumSpecificBagOStuff base class for non-proxy subclassesAaron Schulz2019-07-191-2/+3
* objectcache: normalize BagOStuff method overriding pattern for *Multi() methodsAaron Schulz2019-07-111-1/+1
* objectcache: use OPT_TCP_NODELAY for MemcachedPeclBagOStuffAaron Schulz2019-07-101-3/+6
* bagostuff: optimize SqlBagOStuff and fix failing segmentation testsAaron Schulz2019-07-091-1/+1
* objectcache: add object segmentation support to BagOStuffAaron Schulz2019-06-111-1/+66
* Make BagOStuff::incr abstract to discourage bad implementationsAaron Schulz2019-03-181-12/+0
* objectcache: update MemcachedPeclBagOStuff for pecl memcached 3.0.0Aaron Schulz2018-06-021-2/+2
* objectcache: Reduce MediaWiki-specificness from Memcached classesTimo Tijhof2015-11-101-1/+1
* Fix bogus calls to encodeKey/decodeKey in the PHP memcached classAaron Schulz2015-10-241-25/+10
* Move some memcached classes to /libsAaron Schulz2015-10-241-0/+88