correct typo files locking redis

This commit is contained in:
Carla Schroder 2015-06-10 12:34:14 -07:00
parent e32d39527a
commit 7d90187ccf

View File

@ -4,7 +4,8 @@ Experimental File Locking
ownCloud's new experimental file locking mechanism operates differently than
the old File Locking application, and will eventually replace it. If you elect
to use the new file locking make sure you disable the File Locking app.
to use the new file locking mechanism make sure you disable the File Locking
app.
The new file locking mechanism has these capabilities:
@ -32,7 +33,7 @@ long as they are needed. Redis is available on most Linux distributions, and
requires a simple configuration in your ``config.php`` file, like this example::
'filelocking.enabled' => 'true',
'memcache.local' => '\\OC\\Memcache\\redis',
'memcache.local' => '\\OC\\Memcache\\Redis',
'redis' => array(
'host' => 'localhost',
// can also be a unix domain socket: