Add distributed cache with Redis

This commit is contained in:
exu 2024-01-11 19:49:18 +01:00
parent e5b74d1861
commit 952d774d41

View File

@ -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]