function __construct($name = null, $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->wrapper =& PhuGlobal::$mcWrapper;
     $this->wrapper_name = 'MemcachedWrapper';
 }
Beispiel #2
0
 function __construct($name = null, $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->wrapper =& PhuGlobal::$redisWrapper;
     $this->wrapper_name = 'RedisWrapper';
 }