summaryrefslogtreecommitdiffstats
path: root/tests/lib/memcache
Commit message (Expand)AuthorAgeFilesLines
* Fallback to complete Memcached flush if getAllKeys failsRobin McCorkell2015-09-051-0/+23
* Fix memcache factory unit testsRobin McCorkell2015-07-161-2/+4
* Merge pull request #16832 from owncloud/memcache-failJoas Schilling2015-06-161-22/+42
|\
| * Throw exception if memcache misconfigured or missingVincent Petry2015-06-121-22/+42
* | add compare-and-delete to the memcache interfaceRobin Appelman2015-06-121-0/+12
|/
* add tests for castraitRobin Appelman2015-04-301-0/+73
* add compare and swap to memcacheRobin Appelman2015-04-301-0/+12
* extends memcache with add, inc and decRobin Appelman2015-04-301-0/+36
* Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-0/+110
* Add an array implementation of cache and use it if we are not debuggingJoas Schilling2015-02-161-0/+17
* Add a test case for memcaches to store an arrayJoas Schilling2015-01-201-0/+6
* HHVM: Prevent E_WARNING messages by Redis test in console output.Andreas Fischer2015-01-141-0/+10
* Add Redis cache implementation, prefer over memcached, tests & config sampleJörn Friedrich Dreyer2014-12-101-0/+29
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-034-6/+6
* Make remaining files extend the test baseJoas Schilling2014-11-195-5/+16
* Ensure memcached extension is there before attempting to create an instance.Andreas Fischer2013-12-091-4/+3
* Only run memcached tests if server is available.Andreas Fischer2013-12-091-0/+7
* Add ACPu memory cacheBart Visscher2013-07-242-0/+24
* memcache: make base testcase abstractRobin Appelman2013-07-161-1/+1
* mamcache: implement the ArrayAccess interfaceRobin Appelman2013-07-161-0/+22
* memcache: some additional unit testsRobin Appelman2013-07-164-43/+60
* Add memcached backendRobin Appelman2013-03-171-0/+17
* Seperate memory based cache from OC_CacheRobin Appelman2013-03-172-0/+62