Commit Graph

95 Commits (ffbbdb2d04c900bcc4ed6bbcf97d4e5fc30dfad9)

Author SHA1 Message Date
Marcel Müller 34a085d3bf fix(cache): Ensure unique global prefix per instanceid 3 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Ferdinand Thiessen 112178d3a0
fix: typos in cache and app config 5 months ago
Ferdinand Thiessen 0ef58c96ab
refactor(Memcache\Factory): move prefix generation to the factory class 5 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Robin Appelman da59fd4389
fix: misc code fixes around db sharding 1 year ago
Robin Appelman c58bdbf378
fix: delay calculating global cache prefix untill a cache is created 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Robin Appelman 20dbb6c7e8 feat: add negative compare-and-delete to imemcache 1 year ago
Robin Appelman cae0a8218d
chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface 1 year ago
Robin Appelman b19652a2ad
chore: cleanup acpu inc and dec 1 year ago
Robin Appelman cd9cc01b77
fix: set default TTL for APCu cache as per docs 1 year ago
MichaIng 89cd3b4f88 feat(cache): CLI should not fail if APCu is not available 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Velwark 535d5de037 Update LoggerWrapperCache.php 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Andrew Summers c0f12d7691 Refactor `OC\Server::getGetRedisFactory` 2 years ago
Robin Appelman cc3c7c24a1 set a default and max ttl for redis keys 2 years ago
Côme Chilliet f73f966c98 chore: Add missing ArrayAccess template parameters 2 years ago
Robin Appelman ff62154a79 adjust redis compareSetTTL to use a lua script 2 years ago
Robin Appelman 7394645eb7 restore shared lock ttl when releasing 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Christoph Wurst ff672b11e2
feat: Add factory method for in-memory caches 2 years ago
Christoph Wurst fac05bce07
chore: Drop unused \OC\Memcache\Factory::createLowLatency 2 years ago
Joas Schilling 93f0399a92
fix(memcache): Fix comparison of Memcache configs to classes 2 years ago
Daniel Kesselberg 7cab58237d chore: remove version check for apc extension 2 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Varun Patil c6cee282b3 redis: move lua scripts to class and add type hints 3 years ago
Varun Patil 39e805fffa redis: use atomic operations everywhere 3 years ago
Git'Fellow c81ea3aa98
Fix RedisCluster 3 years ago
Git'Fellow fab390f884
Move from DEL to UNLINK 3 years ago
Robin Appelman 853ec60f3e also cache backend for user in memory instead of always going to redis 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Julius Härtl 023b80e617
Only setup redis connection if needed 3 years ago
Côme Chilliet 826e234ecf
Correctly handle Redis::keys returning false 3 years ago
Arthur Schiwon 90104bc1c4 memcached should not throw arbitrary exceptions 4 years ago
Carl Schwan 3f97bcdc75 Enable binary protocol again 4 years ago
Carl Schwan ba88187649 Add hit information to profiler 4 years ago
Carl Schwan 7d272c54d0 Add a built-in profiler inside Nextcloud 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Carl Schwan e3a12b3482
Fix psalm issues in theming app 4 years ago
Côme Chilliet 36d7c73e69
Always call flush() as getAllKeys() is broken 4 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
Carl Schwan aeecb72e96
Fix a few psalm issues and moved back to psalm/phar 4.18 4 years ago
Carl Schwan 52760a95d9
Check if directoy is writable instead of possibly missing file 4 years ago
Joas Schilling 168c673755
Allow to log DB, redis and LDAP requests into files 4 years ago
Côme Chilliet 113756db30
Fix ArrayAccess and JsonSerializable return types 4 years ago
MichaIng 0304eea58d
Fix in locking cache check 5 years ago
Gary Kim b78f3a57d1
Migrate HintException to OCP 5 years ago