We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb4c03 commit 23918a7Copy full SHA for 23918a7
src/ds/ts/retrieve.md
@@ -1,5 +1,3 @@
1
-## Basic data retrieval commands
2
-
3
### The `TS.GET` command
4
5
`TS.GET` is used to get the sample with the highest timestamp from a given time series. It reports both the timestamp and the value.
@@ -124,4 +122,4 @@ The `GROUPBY` syntax is: `GROUPBY label REDUCE reducer`. The available reducer f
124
122
125
123
```redis TS.MRANGE with GROUPBY/REDUCE
126
TS.MRANGE - + WITHLABELS COUNT 5 FILTER region=(east) GROUPBY region REDUCE sum
127
-```
+```
0 commit comments