All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:16, 29 September 2025 Mwroot talk contribs deleted page How to use redis as mediawiki cache backends (content before blanking was: "== 去除 apcu == <syntaxhighlight lang="bash" line> # 如果已经使用过 apcu 作为缓存,要先去除 apcu 缓存 grep -r apc /etc/php/8.2/ # 找到 apc 相关的配置行 sudo emacs /etc/php/8.2/mods-available/apcu.ini # 注释掉对 apcu 的调用 # 进 LocalSettings.php 取消对 CACHE_ACCEL 的调用 ## Shared memory settings ## $wgMainCacheType = CACHE_ACCEL; ## $wgMemCachedServers = []; </syntaxhighlight> == 使用 redis == <syntaxhighlight lang=...")