Jamm\Memory\RedisServer::__construct PHP Method

__construct() public method

public __construct ( $host = 'localhost', $port = '6379' )
    public function __construct($host = 'localhost', $port = '6379')
    {
        $this->host = $host;
        $this->port = $port;
    }