mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #31197 from nextcloud/acsfer-patch-1
Add memcached unix socket instructions
This commit is contained in:
commit
1d35efdd1f
@ -1385,7 +1385,8 @@ $CONFIG = [
|
||||
* Server details for one or more memcached servers to use for memory caching.
|
||||
*/
|
||||
'memcached_servers' => [
|
||||
// hostname, port and optional weight. Also see:
|
||||
// hostname, port and optional weight
|
||||
// or path and port 0 for unix socket. Also see:
|
||||
// https://www.php.net/manual/en/memcached.addservers.php
|
||||
// https://www.php.net/manual/en/memcached.addserver.php
|
||||
['localhost', 11211],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user