redis\ActiveQuery executeScript()

executeScript() protected method

Executes a script created by yii\redis\LuaScriptBuilder

protected array|boolean|null|string executeScript ( $db, $type, $columnName = null )
$db yii\redis\Connection|null

The database connection used to execute the query. If this parameter is not given, the db application component will be used.

$type string

The type of the script to generate

$columnName string
throws yii\base\NotSupportedException
doc_Yii
2016-10-30 17:10:37
Comments
Leave a Comment

Please login to continue.