From 0867f5f6af3dd0cd96e79d3b6de0d8a4840ec556 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Thu, 21 Aug 2025 19:24:18 +0000 Subject: [PATCH] Trying to get REDIS running --- installer.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 804f85d..9d8a032 100755 --- a/installer.sh +++ b/installer.sh @@ -126,8 +126,13 @@ cat >> "$LSETTINGS" < 'RedisBagOStuff', +\ 'servers' => ['127.0.0.1:6379'], +\ 'persistent' => false, +\]; \$wgMainCacheType = 'redis'; -\$wgMemCachedServers = ["127.0.0.1:6379"]; +\$wgSessionCacheType = 'redis'; EOF