update INSTALL with Redis caching

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-18 01:25:46 -08:00
parent 8a81eae8f4
commit ce7c44758e
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -179,8 +179,10 @@ and call it below:
Sample systemd unit files for fcgiwrap can be found under conf/. 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`).