nextcloud/tests/lib/memcache
Robin McCorkell b64e3f8db6 Fallback to complete Memcached flush if getAllKeys fails
Newer Memcached's do not support the underlying protocol commands that
getAllKeys() is implemented with. We should fallback to clearing
everything in that case, as causing (temporary) performance problems for
other applications on the server is better than having stale cached data.
2015-09-05 20:02:49 +01:00
..
apc.php Replace uniqid calls with $this->getUniqueID so tests pass again on windows 2014-12-03 12:10:55 +01:00
apcu.php Replace uniqid calls with $this->getUniqueID so tests pass again on windows 2014-12-03 12:10:55 +01:00
arraycache.php Add an array implementation of cache and use it if we are not debugging 2015-02-16 14:55:50 +01:00
cache.php add compare-and-delete to the memcache interface 2015-06-12 17:28:09 +02:00
castrait.php add tests for castrait 2015-04-30 14:48:39 +02:00
factory.php Fix memcache factory unit tests 2015-07-16 03:53:18 +01:00
memcached.php Fallback to complete Memcached flush if getAllKeys fails 2015-09-05 20:02:49 +01:00
redis.php HHVM: Prevent E_WARNING messages by Redis test in console output. 2015-01-14 14:46:22 +01:00
xcache.php Replace uniqid calls with $this->getUniqueID so tests pass again on windows 2014-12-03 12:10:55 +01:00