XREVRANGE¶
This command returns the stream entries matching a given range of IDs in reverse order.
Redis Core
$time
Column $time was added in Redis Data Source 1.4.0 based on the $streamId.
Parameters¶
Parameter | Description | Default |
---|---|---|
Key | Key name | |
End | Range end | + (maximum) |
Start | Range start | - (minimum) |
Count | Number of entries |
Streaming¶
Streaming supported as Data frame.
Time series
Streaming as Time series will return only the last line.
Visualization¶
Any standard visualization should work.