mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
correction re Redis requirements
This commit is contained in:
parent
5fd0099d83
commit
627e2355ac
@ -31,9 +31,9 @@ the database load and improves performance. Admins of ownCloud servers with
|
||||
heavy workloads should install a memcache. (See
|
||||
:doc:`../configuration_server/caching_configuration`.)
|
||||
|
||||
You must install the Redis server and corresponding PHP module for the new file
|
||||
locking to work. After installing Redis you must enter a configuration in your
|
||||
``config.php`` file like this example::
|
||||
To use a memcache with Transactional File Locking, you must install the Redis
|
||||
server and corresponding PHP module. After installing Redis you must enter a
|
||||
configuration in your ``config.php`` file like this example::
|
||||
|
||||
'filelocking.enabled' => 'true',
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user