From 952d774d419bc5c5770db59c19254e3f080fb6c5 Mon Sep 17 00:00:00 2001 From: exu Date: Thu, 11 Jan 2024 19:49:18 +0100 Subject: [PATCH] Add distributed cache with Redis --- pages/02.linux/nextcloud/default.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/02.linux/nextcloud/default.en.md b/pages/02.linux/nextcloud/default.en.md index 5dd7a75..b51143b 100644 --- a/pages/02.linux/nextcloud/default.en.md +++ b/pages/02.linux/nextcloud/default.en.md @@ -144,6 +144,12 @@ Enable APCu for the PHP CLI as well. apc.enable_cli=1 ``` +Redis can be used for providing a distributed memcache. See the install instructions below. + +```php +'memcache.distributed' => '\OC\Memcache\Redis', +``` + ### Redis memcache [shroot]