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