From: Tim Düsterhus Date: Fri, 5 Aug 2022 08:00:47 +0000 (+0200) Subject: Remove Memcached support X-Git-Tag: 6.0.0_Alpha_1~1072^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=74477cc30f352f86b6aabe0e21d6a2a589636574;p=GitHub%2FWoltLab%2FWCF.git Remove Memcached support While Memcached is only deprecated since 5.4, it also is effectively unmaintained and untested since longer than that. The Disk cache works fine for the vast majority of users and Redis is available for the others and even more featureful compared to Memcached. Resolves #3642 --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index 59c1d82e4d..cf9b740e20 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -94,9 +94,6 @@ general.cache - - general.cache - general.cache @@ -885,17 +882,11 @@ encrypt:wcf.acp.option.mail_smtp_starttls.encrypt general.cache.general radioButton disk - disk:!cache_source_memcached_host,!cache_source_redis_host -memcached:cache_source_memcached_host,!cache_source_redis_host -redis:cache_source_redis_host,!cache_source_memcached_host + disk:!cache_source_redis_host +redis:cache_source_redis_host disk:wcf.acp.option.cache_source_type.disk -memcached:wcf.acp.option.cache_source_type.memcached redis:wcf.acp.option.cache_source_type.redis -