Skip to content

Commit 5d88dad

Browse files
DOC-5424 added missing ts.create for sensor3 example
1 parent f0b717e commit 5d88dad

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ For example, the following commands create a time series and apply a `min` aggre
401401
with a bucket size of 25 milliseconds at the default zero alignment.
402402

403403
```bash
404+
> TS.CREATE sensor3
405+
OK
404406
> TS.MADD sensor3 10 1000 sensor3 20 2000 sensor3 30 3000 sensor3 40 4000 sensor3 50 5000 sensor3 60 6000 sensor3 70 7000
405407
1) (integer) 10
406408
2) (integer) 20

0 commit comments

Comments
 (0)