We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1a969c + 7926614 commit 30e30c6Copy full SHA for 30e30c6
config/config.sample.php
@@ -1531,7 +1531,7 @@
1531
*
1532
* Defaults to ``none``
1533
*/
1534
-'memcache.local' => '\OC\Memcache\APCu',
+'memcache.local' => '\\OC\\Memcache\\APCu',
1535
1536
/**
1537
* Memory caching backend for distributed data
@@ -1541,7 +1541,7 @@
1541
1542
1543
1544
-'memcache.distributed' => '\OC\Memcache\Memcached',
+'memcache.distributed' => '\\OC\\Memcache\\Memcached',
1545
1546
1547
* Connection details for redis to use for memory caching in a single server configuration.
0 commit comments