Merge pull request #54478 from nextcloud/backport/54035/stable31

This commit is contained in:
John Molakvoæ 2025-08-18 14:52:29 +02:00 committed by GitHub
commit f0a9ca2bd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1579,7 +1579,7 @@ $CONFIG = [
*
* Defaults to ``none``
*/
'memcache.local' => '\OC\Memcache\APCu',
'memcache.local' => '\\OC\\Memcache\\APCu',
/**
* Memory caching backend for distributed data
@ -1589,7 +1589,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.