|
|
|
@ -1043,7 +1043,7 @@ $CONFIG = array(
|
|
|
|
* Memory caching backend for file locking
|
|
|
|
* Memory caching backend for file locking
|
|
|
|
* Because most memcache backends can clean values without warning using redis is recommended
|
|
|
|
* Because most memcache backends can clean values without warning using redis is recommended
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
'memcache.locking' => '\OC\Memcache\Redis',
|
|
|
|
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This entry is just here to show a warning in case somebody copied the sample
|
|
|
|
* This entry is just here to show a warning in case somebody copied the sample
|
|
|
|
|