Commit Graph

79 Commits (08e62bece99ab59624b363aec64400a499991561)

Author SHA1 Message Date
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
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Richard Steinmetz 0f949eaeb1
Don't allow executing cli if cache backend is unavailable 5 years ago
Arthur Schiwon 9f5480eef4
ensure redis returns bool for hasKey 5 years ago
Christoph Wurst 0c5adaddf8
Drop \OC\Memcache\Factory::create 5 years ago
Roeland Jago Douma 4f0fae8f00
Actually set the TTL on redis set 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Joas Schilling b09620651c
Don't use deprecated getIniWrapper() anymore 5 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago