$unixSocket public property (available since version 2.0.1)
The unix socket path (e.g. /var/run/redis/redis.sock
) to use for connecting to the redis server. This can be used instead of $hostname and $port to connect to the server using a unix socket. If a unix socket path is specified, $hostname and $port will be ignored.
public string $unixSocket = null
Please login to continue.