diff --git a/admin_manual/configuration_files/files_locking_transactional.rst b/admin_manual/configuration_files/files_locking_transactional.rst index 885a5c810..6931f0b36 100644 --- a/admin_manual/configuration_files/files_locking_transactional.rst +++ b/admin_manual/configuration_files/files_locking_transactional.rst @@ -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',