Skip to content
Snippets Groups Projects
Verified Commit ce7c4475 authored by Kevin Morris's avatar Kevin Morris
Browse files

update INSTALL with Redis caching


Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent 8a81eae8
No related branches found
No related tags found
No related merge requests found
......@@ -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`).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment