Skip to content

Commit f0b717e

Browse files
DOC-5424 removed unnecessary + chars from range queries
1 parent d487d2a commit f0b717e

File tree

1 file changed

+2
-2
lines changed
  • content/develop/data-types/timeseries

1 file changed

+2
-2
lines changed

content/develop/data-types/timeseries/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ with a bucket size of 25 milliseconds at the default zero alignment.
409409
5) (integer) 50
410410
6) (integer) 60
411411
7) (integer) 70
412-
> TS.RANGE sensor3 10 70 + AGGREGATION min 25
412+
> TS.RANGE sensor3 10 70 AGGREGATION min 25
413413
1) 1) (integer) 0
414414
2) 1000
415415
2) 1) (integer) 25
@@ -433,7 +433,7 @@ Bucket(25ms): |_________________________||_________________________||___________
433433
You can also align the buckets to the start or end of the query range. For example, the following command aligns the buckets to the start of the query range at time 10.
434434

435435
```bash
436-
> TS.RANGE sensor3 10 70 + AGGREGATION min 25 ALIGN start
436+
> TS.RANGE sensor3 10 70 AGGREGATION min 25 ALIGN start
437437
1) 1) (integer) 10
438438
2) 1000
439439
2) 1) (integer) 35

0 commit comments

Comments
 (0)