Added APCu as local memcache

This commit is contained in:
2021-11-06 16:18:52 +01:00
parent e8fdabc8b5
commit 0479f1496e
2 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,9 @@
command:
chdir: ~/html
cmd: php occ background:cron
- name: set up local memcache
when: installation.changed
command: php occ config:system:set memcache.local --value='\OC\Memcache\APCu'
- name: set up redis
when: installation.changed
block: