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