Add memcached unis socket instructions

This commit is contained in:
zroebg 2022-02-15 21:00:50 +01:00 committed by GitHub
parent 6d7feebe73
commit 2df0f53d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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],