Skip to content

Commit 3588cb6

Browse files
DOC-5424 fix heading style
1 parent c72aa9d commit 3588cb6

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See
4343
[Install Redis Enterprise]({{< relref "/operate/rs/installing-upgrading/install" >}})
4444
for full installation instructions.
4545

46-
## Creating a time series
46+
## Create a time series
4747

4848
You can create a new empty time series with the [`TS.CREATE`]({{< relref "commands/ts.create/" >}})
4949
command, 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

113113
You can add individual data points with [`TS.ADD`]({{< relref "commands/ts.add/" >}}),
114114
but 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.
125125
3) (integer) 2
126126
```
127127

128-
## Querying data points
128+
## Query data points
129129

130130
Use [`TS.GET`]({{< relref "commands/ts.get/" >}}) to retrieve the last data point
131131
added 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

236236
The `TS.GET`, `TS.RANGE`, and `TS.REVRANGE` commands also have
237237
corresponding
@@ -607,7 +607,7 @@ bucket. If you add or [delete](#deleting-data-points) data in a bucket before
607607
the latest one, the compaction rule will still update the compacted data for
608608
that bucket.
609609

610-
## Deleting data points
610+
## Delete data points
611611

612612
Use [`TS.DEL`]({{< relref "commands/ts.del/" >}}) to delete data points
613613
that 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

666666
In the [RedisTimeSeries](https://github.com/RedisTimeSeries) GitHub organization, you can
667667
find projects that help you integrate RedisTimeSeries with other tools, including:

0 commit comments

Comments
 (0)