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 |
$type | string |
The type of the script to generate |
$columnName | string | |
throws | yii\base\NotSupportedException |
Please login to continue.