| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: misc code fixes around db shardingbackport/47852/stable30 | Robin Appelman | 2024-09-16 | 1 | -2/+3 |
* | fix: delay calculating global cache prefix untill a cache is created | Robin Appelman | 2024-08-28 | 1 | -8/+37 |
* | feat: add negative compare-and-delete to imemcache | Robin Appelman | 2024-08-23 | 5 | -0/+55 |
* | chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface | Robin Appelman | 2024-08-07 | 1 | -1/+0 |
* | chore: cleanup acpu inc and dec | Robin Appelman | 2024-08-07 | 1 | -28/+2 |
* | fix: set default TTL for APCu cache as per docs | Robin Appelman | 2024-08-07 | 1 | -0/+6 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 12 | -245/+35 |
* | Update LoggerWrapperCache.php | Velwark | 2024-04-23 | 1 | -1/+1 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -2/+2 |
* | Refactor `OC\Server::getGetRedisFactory` | Andrew Summers | 2024-03-15 | 1 | -2/+2 |
* | set a default and max ttl for redis keys | Robin Appelman | 2024-02-23 | 1 | -7/+19 |
* | chore: Add missing ArrayAccess template parameters | Côme Chilliet | 2024-02-06 | 2 | -0/+4 |
* | adjust redis compareSetTTL to use a lua script | Robin Appelman | 2023-12-21 | 1 | -9/+7 |
* | restore shared lock ttl when releasing | Robin Appelman | 2023-12-21 | 3 | -2/+35 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | feat: Add factory method for in-memory caches | Christoph Wurst | 2023-10-11 | 1 | -0/+5 |
* | chore: Drop unused \OC\Memcache\Factory::createLowLatency | Christoph Wurst | 2023-10-11 | 1 | -9/+0 |
* | fix(memcache): Fix comparison of Memcache configs to classes | Joas Schilling | 2023-08-16 | 1 | -7/+9 |
* | chore: remove version check for apc extension | Daniel Kesselberg | 2023-08-10 | 1 | -4/+1 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -1/+1 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | | redis: move lua scripts to class and add type hints | Varun Patil | 2023-05-10 | 1 | -20/+20 |
* | | redis: use atomic operations everywhere | Varun Patil | 2023-04-16 | 1 | -35/+55 |
|/ |
|
* | Fix RedisCluster | Git'Fellow | 2023-03-22 | 1 | -1/+1 |
* | Move from DEL to UNLINK | Git'Fellow | 2023-03-22 | 1 | -3/+3 |
* | also cache backend for user in memory instead of always going to redis | Robin Appelman | 2023-02-10 | 1 | -0/+54 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -2/+2 |
* | Only setup redis connection if needed | Julius Härtl | 2022-11-22 | 1 | -19/+27 |
* | Correctly handle Redis::keys returning false | Côme Chilliet | 2022-09-29 | 1 | -1/+1 |
* | memcached should not throw arbitrary exceptions | Arthur Schiwon | 2022-06-17 | 1 | -24/+6 |
* | Enable binary protocol again | Carl Schwan | 2022-06-17 | 1 | -1/+1 |
* | Add hit information to profiler | Carl Schwan | 2022-05-05 | 1 | -0/+1 |
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 8 | -141/+479 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -15/+10 |
* | Fix psalm issues in theming app | Carl Schwan | 2022-01-26 | 1 | -2/+7 |
* | Always call flush() as getAllKeys() is broken | Côme Chilliet | 2022-01-20 | 1 | -21/+2 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -0/+1 |
* | Check if directoy is writable instead of possibly missing file | Carl Schwan | 2021-12-20 | 1 | -10/+14 |
* | Allow to log DB, redis and LDAP requests into files | Joas Schilling | 2021-12-01 | 2 | -5/+93 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -3/+7 |
* | Fix in locking cache check | MichaIng | 2021-07-05 | 1 | -1/+1 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 2 | -3/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -9/+2 |
* | Don't allow executing cli if cache backend is unavailable | Richard Steinmetz | 2021-05-26 | 1 | -26/+6 |
* | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-13 | 1 | -1/+1 |
* | Drop \OC\Memcache\Factory::create | Christoph Wurst | 2021-02-16 | 1 | -10/+0 |
* | Actually set the TTL on redis set | Roeland Jago Douma | 2020-12-21 | 1 | -1/+7 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+2 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -7/+7 |