[Pkg-owncloud-commits] [owncloud-doc] 08/40: correction re Redis requirements
David Prévot
taffit at moszumanska.debian.org
Thu Dec 17 19:22:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.2.2RC1
in repository owncloud-doc.
commit 45e9801a44fb14d71c6949cab143561d454967a3
Author: Carla Schroder <carla at owncloud.com>
Date: Mon Nov 23 09:23:52 2015 -0800
correction re Redis requirements
---
admin_manual/configuration_files/files_locking_transactional.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/admin_manual/configuration_files/files_locking_transactional.rst b/admin_manual/configuration_files/files_locking_transactional.rst
index 885a5c8..6931f0b 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',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list