Commit Graph

64 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Robin Appelman a225fe4c96 Fix constructor arguments for APCUIterator 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Lukas Reschke 2c4b9e03e0 Use new APCu API 10 years ago
Robin Appelman 0a80bf5573 Add interface for memcache backends that support setting ttl on exisiting keys 10 years ago
Morris Jobke 728648ad77 Replace new occurences of ini_get with IniWrapper methods 10 years ago
Clark Tomlinson 9caf4ffbfc Replacing ini_get instances with inigetwrapper usages 10 years ago
Thomas Müller c9b671a12f Handle errors on memcached level - fixes #17397 10 years ago
Lukas Reschke 78cad94ff4 Add support for Redis password auth 10 years ago
Morris Jobke 8366ce2767 deduplicate @xenopathic 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Robin McCorkell b64e3f8db6 Fallback to complete Memcached flush if getAllKeys fails 11 years ago
Robin McCorkell 8efa23c895 Fix memcache factory unit tests 11 years ago
Robin McCorkell 7830434d78 Missing memcache should not cause occ hard-fail 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Robin Appelman a9ff242f6a switch to using watch to implement cas and cad on redis 11 years ago
Robin Appelman ac9f998abd add compare-and-delete to the memcache interface 11 years ago
Robin Appelman 1bc56a99e9 compare-and-set and compare-and-delete using lua scripts for redis 11 years ago
Vincent Petry 3b08b26589 Throw exception if memcache misconfigured or missing 11 years ago
Thomas Müller 3090348bf7 Null -> NullCache 11 years ago
Thomas Müller 48e915c7be Revert "Null -> NullCache" 11 years ago
Thomas Müller ff24554e76 Null -> NullCache 11 years ago
Joas Schilling bdc82dcfb9 Check for redis to be 2.2.5+ 11 years ago
Robin Appelman 6b965d71d1 add seperate config option for locking memcache backend 11 years ago
Vincent Petry 6df502a5aa Fix Null memcache fallback to match interface 11 years ago
Vincent Petry 5edf294ce5 Add CAS methods to Null memcache 11 years ago
Robin Appelman a40a237441 use trait for cas polyfill for xcache 11 years ago
Robin Appelman acf30ede95 add compare and swap to memcache 11 years ago
Robin Appelman 29213b6136 extends memcache with add, inc and dec 11 years ago
Michael Telatynski 8ebf9de3f8 Memcache\Redis Add DB Select Functionality 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Andreas Fischer 630b7edc54 Do not use APCu when apc.enabled is Off. 11 years ago
Lukas Reschke c233f2c90b Add version and path to cache prefix 11 years ago
Robin McCorkell 78819da3bf \OC\Memcache\Cache implements \OCP\ICache 11 years ago
Robin McCorkell 0e4933e6d2 Refactor \OC\Memcache\Factory 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Lukas Reschke cd4c064ebf Revert "add debug log for memcache instantiation" 11 years ago
Lukas Reschke b701bbd8c5 Use APCu only if available in version 4.0.6 and higher 11 years ago
Jörn Friedrich Dreyer 87db136508 add debug log for memcache instantiation 11 years ago
Joas Schilling 8848b5f067 Add an array implementation of cache and use it if we are not debugging 11 years ago
Joas Schilling e25998df0f Json_(en|de)code values on redis to be able to cache arrays 11 years ago
Robin McCorkell 17dd5d0816 Add Null memcacher 11 years ago
Andreas Fischer 0ba5c182f0 HHVM: In APC cache clear, only request the cache key in APCIterator. 11 years ago
Andreas Fischer fcf3c5197f HHVM: Add workaround for missing Memcached::deleteMulti() 11 years ago
Jörn Friedrich Dreyer 363e9667ec Add Redis cache implementation, prefer over memcached, tests & config sample 11 years ago
Andreas Fischer 9be8ac5867 Memcache\Factory: Remove static, use globalPrefix. 12 years ago
Bart Visscher 88225db4af Memcached hasKey should test for success, the get can fail for other reasons. 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Robin Appelman 1ab7ca0a19 Fix some phpdoc errors and rename interface 12 years ago
Otto Sabart 2f8ebd03b0 Add check for apc.enabled option 12 years ago