mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
correct typo files locking redis
This commit is contained in:
parent
e32d39527a
commit
7d90187ccf
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user