Extends
lithium\test\UnitSource
public function setUp() {
$this->_redis = new RedisCore();
$this->_redis->connect($this->_config['host'], $this->_config['port']);
$this->redis = new Redis();
}
public function setUp() {
$this->_redis = new RedisCore();
$this->_redis->connect($this->_config['host'], $this->_config['port']);
$this->redis = new Redis();
}