aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-2412-245/+35
* Update LoggerWrapperCache.phpVelwark2024-04-231-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
* Refactor `OC\Server::getGetRedisFactory`Andrew Summers2024-03-151-2/+2
* set a default and max ttl for redis keysRobin Appelman2024-02-231-7/+19
* chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-062-0/+4
* adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-211-9/+7
* restore shared lock ttl when releasingRobin Appelman2023-12-213-2/+35
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat: Add factory method for in-memory cachesChristoph Wurst2023-10-111-0/+5
* chore: Drop unused \OC\Memcache\Factory::createLowLatencyChristoph Wurst2023-10-111-9/+0
* fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-161-7/+9
* chore: remove version check for apc extensionDaniel Kesselberg2023-08-101-4/+1
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | redis: move lua scripts to class and add type hintsVarun Patil2023-05-101-20/+20
* | redis: use atomic operations everywhereVarun Patil2023-04-161-35/+55
|/
* Fix RedisClusterGit'Fellow2023-03-221-1/+1
* Move from DEL to UNLINKGit'Fellow2023-03-221-3/+3
* also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-101-0/+54
* composer run cs:fixCôme Chilliet2023-01-201-2/+2
* Only setup redis connection if neededJulius Härtl2022-11-221-19/+27
* Correctly handle Redis::keys returning falseCôme Chilliet2022-09-291-1/+1
* memcached should not throw arbitrary exceptionsArthur Schiwon2022-06-171-24/+6
* Enable binary protocol againCarl Schwan2022-06-171-1/+1
* Add hit information to profilerCarl Schwan2022-05-051-0/+1
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-048-141/+479
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-15/+10
* Fix psalm issues in theming appCarl Schwan2022-01-261-2/+7
* Always call flush() as getAllKeys() is brokenCôme Chilliet2022-01-201-21/+2
* Check style updateCarl Schwan2022-01-131-1/+1
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-0/+1
* Check if directoy is writable instead of possibly missing fileCarl Schwan2021-12-201-10/+14
* Allow to log DB, redis and LDAP requests into filesJoas Schilling2021-12-012-5/+93
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+7
* Fix in locking cache checkMichaIng2021-07-051-1/+1
* Migrate HintException to OCPGary Kim2021-06-302-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-9/+2
* Don't allow executing cli if cache backend is unavailableRichard Steinmetz2021-05-261-26/+6
* ensure redis returns bool for hasKeyArthur Schiwon2021-04-131-1/+1
* Drop \OC\Memcache\Factory::createChristoph Wurst2021-02-161-10/+0
* Actually set the TTL on redis setRoeland Jago Douma2020-12-211-1/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-7/+7
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+1
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-2/+3
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-105-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-3/+2