Merge pull request #54035 from theking2/patch-1

pull/54479/head
John Molakvoæ 2025-08-18 11:23:23 +07:00 committed by GitHub
commit 2d659b2f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

@ -1654,7 +1654,7 @@ $CONFIG = [
*
* Defaults to ``none``
*/
'memcache.local' => '\OC\Memcache\APCu',
'memcache.local' => '\\OC\\Memcache\\APCu',
/**
* Memory caching backend for distributed data
@ -1664,7 +1664,7 @@ $CONFIG = [
*
* Defaults to ``none``
*/
'memcache.distributed' => '\OC\Memcache\Memcached',
'memcache.distributed' => '\\OC\\Memcache\\Memcached',
/**
* Connection details for Redis to use for memory caching in a single server configuration.