Skip to content

Commit 74aa638

Browse files
Update content/commands/ts.madd.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 3e52ef1 commit 74aa638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/commands/ts.madd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Unix time is the number of milliseconds that have elapsed since 00:00:00 UTC on
6262
<details open>
6363
<summary><code>value</code></summary>
6464

65-
is numeric data value of the sample (double). The double number should follow <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a> (a JSON standard). The parser rejects overly large values that would not fit in binary64. It does not accept infinite values. NaN (Not a Number) values are supported starting from Redis 8.6.
65+
is numeric data value of the sample (double). The double number should follow <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a> (the JSON standard). The parser rejects overly large values that would not fit in binary64. It does not accept infinite values. NaN (Not a Number) values are supported starting from Redis 8.6.
6666
</details>
6767

6868
<note><b>Notes:</b>

0 commit comments

Comments
 (0)