function __construct($name = null, $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->wrapper =& PhuGlobal::$redisWrapper;
     $this->handler = 'Alo\\Session\\RedisSession';
     $this->prefix = defined('ALO_SESSION_REDIS_PREFIX') ? ALO_SESSION_REDIS_PREFIX : '';
 }
 function __construct($name = null, $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->wrapper =& PhuGlobal::$mysql;
     $this->handler = 'Alo\\Db\\MySQL';
 }