<?php
/**
* Created by PhpStorm.
* User: ziy
* Date: 14-7-25
* Time: 上午12:42
*/
class Q_Cache_Ssdb_Simple extends Q_Cache_Ssdb_Base
{
function __construct($host, $port, $timeout_ms = 2000)
{
parent::__construct($host, $port, $timeout_ms);
$this->easy();
}
}