コード例 #1
0
ファイル: RedisQueue.php プロジェクト: cookyii/base
 /**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->selectDatabase($this->database);
 }
コード例 #2
0
ファイル: main.php プロジェクト: great-all/zaizaitvServer
<?php

return ['vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'modules' => ['debug' => 'yii\\debug\\Module'], 'components' => ['cache' => ['class' => 'yii\\caching\\FileCache'], 'config' => ['class' => \common\compenents\Config::className(), 'ConfigPaths' => ['@common']], 'lang' => ['class' => \common\compenents\Lang::className()], 'queue' => ['class' => \yii\queue\RedisQueue::className()]]];