buildMax() public method
Builds a Lua script for finding the max value of a column
public string buildMax ( $query, $column ) | ||
---|---|---|
$query | yii\redis\ActiveQuery |
The query used to build the script |
$column | string |
Name of the column |
buildMax() public method
Builds a Lua script for finding the max value of a column
public string buildMax ( $query, $column ) | ||
---|---|---|
$query | yii\redis\ActiveQuery |
The query used to build the script |
$column | string |
Name of the column |
Please login to continue.