summaryrefslogtreecommitdiff
path: root/it_cache.class
AgeCommit message (Expand)AuthorFilesLines
2022-11-17fall back to apc if memcache is down, hopefully solves trouble when login downUrban Müller1-4/+6
2022-04-19docsUrban Müller1-1/+1
2021-03-23use (local) distributed cache on devel by defaultUrban Müller1-5/+0
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Revert "give error keys on apc failures"Christian Schneider1-2/+2
2021-01-13give error keys on apc failuresUrban Müller1-2/+2
2019-08-12no alerts if different machines fail in sequenceUrban Müller1-1/+2
2019-02-18fewer err if one host is downUrban Müller1-1/+7
2018-08-30keep key out of title so err msg is the same on each backend and gets dedupedUrban Müller1-1/+1
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in jussi...Urban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-1/+1
2018-06-21use safer it:: variants of file funcsUrban Müller1-1/+1
2018-01-30give enough time for an os upgradeUrban Müller1-1/+1
2018-01-25prevent memcache error reports during machine upgradesUrban Müller1-1/+1
2018-01-18Avoid all $memcache->xy() calls when $memcache is not setChristian Schneider1-1/+1
2018-01-17no fatals if memcache unreachableUrban Müller1-1/+1
2017-08-09display affected serverUrban Müller1-1/+1
2017-08-09better err msgUrban Müller1-1/+1
2017-03-21more detailed memcache errsUrban Müller1-1/+1
2017-01-09longer grace period for it_cache::put errorsUrban Müller1-1/+1
2016-11-23distributed_on_devel implies distributedUrban Müller1-2/+3
2016-05-25Added parameter safety => 0 to suppress an it::error in case of failure in it...Christian Schneider1-1/+3
2016-05-24Allow devel to use distributed cache (memcache) with 'distributed_on_devel' flagChristian Schneider1-1/+1
2016-05-10Adapt ITools to Memcached extension (used with PHP 7)Christian Schneider1-4/+4
2016-01-11Re-add fix to distinguish between false and error when getting values from Me...Christian Schneider1-3/+10
2015-12-01Switch back to APCu for it_cache as there is now a version in pecl supporting...Christian Schneider1-40/+9
2015-09-10Fix it_cache to pass tests on PHP7 (different code paths because of memcached...Christian Schneider1-4/+14
2015-09-07Merge branch 'master' into cs/php7Christian Schneider1-2/+2
2015-08-20document shell problemUrban Müller1-2/+2
2015-07-21Use old syntax for itoolsChristian Schneider1-2/+2
2015-07-21Use Memcached instead of Memcache and use it for local cache too (using key@m...Christian Schneider1-6/+27
2015-07-21Code style simplificationsChristian Schneider1-6/+0
2015-07-21Remove eaccelerator, supported are now apc/apcuChristian Schneider1-3/+2
2015-01-08return null if key does not exists (out of band)Urban Müller1-5/+5
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-10-21correctly use sporadic error filteringUrban Müller1-1/+1
2013-10-17only report multiple errorsUrban Müller1-1/+1
2013-10-17better err msg for it_cache::putUrban Müller1-1/+1
2013-10-16return written value from it_cache::putUrban Müller1-4/+7
2013-07-05Use apcu_ functions if they exists (PHP 5.5)Christian Schneider1-2/+7
2012-01-18Fix result code of it_cache::put for distributed case (memcache)Christian Schneider1-1/+1
2011-12-22documentationChristian Weber1-1/+1
2011-11-30docsUrban Müller1-0/+2
2010-01-17Add support for APC (replaces EAccelerator for PHP 5.3)Christian Schneider1-2/+2
2010-01-08Mark static functions as static to avoid PHP 5.3 strict warnings (performance?)Christian Schneider1-4/+4
2009-03-26Store and use local copy to make put ... get reliable within one requestChristian Schneider1-1/+5
2009-03-16Compress data which is stored in memcacheChristian Schneider1-1/+1
2009-03-12Always local cache on non-live systemsChristian Schneider1-0/+3
2009-01-14Use default connection parameter for connection retries to memcachedChristian Schneider1-1/+1
2008-11-27memory cacheUrban Müller1-0/+98