mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
update INSTALL with Redis caching
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
8a81eae8f4
commit
ce7c44758e
1 changed files with 5 additions and 3 deletions
8
INSTALL
8
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`).
|
||||
|
|
Loading…
Add table
Reference in a new issue