all() public method
Executes the query and returns all results as an array.
| public array|yii\redis\ActiveRecord[] all ( $db = null ) | ||
|---|---|---|
| $db | yii\redis\Connection |
The database connection used to execute the query. If this parameter is not given, the |
| return | array|yii\redis\ActiveRecord[] |
The query results. If the query results in nothing, an empty array will be returned. |
Please login to continue.