Commit Graph

53 Commits (4100b151cc0a4e131a3eab3fbb7cd2b604f475e6)

Author SHA1 Message Date
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
Andreas Fischer acd81f6c69 Readd support for memcached_server config variable. 12 years ago
Andreas Fischer 320353c237 Add support for multiple memcached servers. 12 years ago
Robin Appelman 4d65a80892 Remove the static dependency on OC_Util from Memcache 12 years ago
Robin Appelman cd147bb37a Use APCIterator for Memcache\APC::clear() 12 years ago
Robin Appelman 83f968ace2 Fix APCIterator syntax in \OC\Memcache\APCU::clear 12 years ago
Andreas Fischer dfeb04a574 Do not use xcache variable cache if cache size is 0. 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago