Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorKogan authored Jun 11, 2024
1 parent d0c796b commit e5c0744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/commands/ts.madd/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ is numeric data value of the sample (double). The double number should follow <a

Returns one of these replies:

- [Array reply]({{< relref "/develop/reference/protocol-spec#arrays" >}}), where each element is an [Integer reply]({{< relref "/develop/reference/protocol-spec#integers" >}}) representing the timestamp of a upserted sample or an [] (when duplication policy is `BLOCK`, or when `timestamp` is older than the retention period compared to the maximum existing timestamp). For each element that is ignored (see the `IGNORE` option in `TS.ADD` for definitions), the reply element value will be the largest timestamp in the time series.
- [Array reply]({{< relref "/develop/reference/protocol-spec#arrays" >}}), where each element is an [Integer reply]({{< relref "/develop/reference/protocol-spec#integers" >}}) representing the timestamp of a upserted sample or an [] (when duplication policy is `BLOCK`, or when `timestamp` is older than the retention period compared to the maximum existing timestamp). For each element that is ignored (see `IGNORE` in [`TS.CREATE`]({{< baseurl >}}/commands/ts.create/)), the reply element value will be the largest timestamp in the time series.
- [] (invalid arguments, wrong key type, etc.)

## Complexity
Expand Down

0 comments on commit e5c0744

Please sign in to comment.