From ce7c44758e28d82a62eddb0f3f57c38da2fd55d7 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Tue, 18 Jan 2022 01:25:46 -0800 Subject: [PATCH] update INSTALL with Redis caching Signed-off-by: Kevin Morris --- INSTALL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 1779b1dc..f30714cf 100644 --- a/INSTALL +++ b/INSTALL @@ -179,8 +179,10 @@ and call it below: Sample systemd unit files for fcgiwrap can be found under conf/. -10) If you want memcache to cache MySQL data. +10) If you want Redis to cache data. - # pacman -S php-memcached + # pacman -S redis + # systemctl enable --now redis - And edit the configuration file to enabled memcache caching. + And edit the configuration file to enabled redis caching + (`[options] cache = redis`).