4343[ Install Redis Enterprise] ({{< relref "/operate/rs/installing-upgrading/install" >}})
4444for full installation instructions.
4545
46- ## Creating a time series
46+ ## Create a time series
4747
4848You can create a new empty time series with the [ ` TS.CREATE ` ] ({{< relref "commands/ts.create/" >}})
4949command, specifying a key name. Alternatively, if you use [ ` TS.ADD ` ] ({{< relref "commands/ts.add/" >}})
@@ -108,7 +108,7 @@ for queries and aggregations.
108108 .
109109```
110110
111- ## Adding data points
111+ ## Add data points
112112
113113You can add individual data points with [ ` TS.ADD ` ] ({{< relref "commands/ts.add/" >}}),
114114but you can also use [ ` TS.MADD ` ] ({{< relref "commands/ts.madd/" >}}) to add multiple data
@@ -125,7 +125,7 @@ Unix time, as reported by the server's clock.
1251253) (integer) 2
126126```
127127
128- ## Querying data points
128+ ## Query data points
129129
130130Use [ ` TS.GET ` ] ({{< relref "commands/ts.get/" >}}) to retrieve the last data point
131131added to a time series. This returns both the timestamp and the value.
@@ -231,7 +231,7 @@ use the same value for the minimum and maximum to filter for a single value.
231231 2) 22
232232```
233233
234- ### Querying multiple time series
234+ ### Query multiple time series
235235
236236The ` TS.GET ` , ` TS.RANGE ` , and ` TS.REVRANGE ` commands also have
237237corresponding
@@ -607,7 +607,7 @@ bucket. If you add or [delete](#deleting-data-points) data in a bucket before
607607the latest one, the compaction rule will still update the compacted data for
608608that bucket.
609609
610- ## Deleting data points
610+ ## Delete data points
611611
612612Use [ ` TS.DEL ` ] ({{< relref "commands/ts.del/" >}}) to delete data points
613613that fall within a given timestamp range. The range is inclusive, meaning that
@@ -661,7 +661,7 @@ If you want to delete a single timestamp, use it as both the start and end of th
661661 .
662662```
663663
664- ## Using with other metrics tools
664+ ## Use time series with other metrics tools
665665
666666In the [ RedisTimeSeries] ( https://github.com/RedisTimeSeries ) GitHub organization, you can
667667find projects that help you integrate RedisTimeSeries with other tools, including:
0 commit comments