Add distributed cache with Redis
This commit is contained in:
parent
e5b74d1861
commit
952d774d41
@ -144,6 +144,12 @@ Enable APCu for the PHP CLI as well.
|
|||||||
apc.enable_cli=1
|
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
|
### Redis memcache
|
||||||
|
|
||||||
[shroot]
|
[shroot]
|
||||||
|
Loading…
Reference in New Issue
Block a user