Browse Source

Add memcached unis socket instructions

tags/v25.0.0beta1
zroebg 2 years ago
parent
commit
2df0f53d0e
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      config/config.sample.php

+ 2
- 1
config/config.sample.php View File

@@ -1355,7 +1355,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…
Cancel
Save