russur Posted June 28, 2016 Posted June 28, 2016 Today, in 4.1 release, only memcached with port connection supported. My hosting provider support only "socket" connection. Wish it will be made in future releases. Additional info: http://php.net/manual/ru/memcache.connect.php bool Memcache::connect ( string $host [, int $port [, int $timeout ]] ) host Point to the host where memcached is listening for connections. This parameter may also specify other transports likeunix:///path/to/memcached.sock to use UNIX domain sockets, in this case port must also be set to 0. port Point to the port where memcached is listening for connections. Set this parameter to 0 when using UNIX domain sockets.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.