Skip to content

Commit fd16605

Browse files
Update t-digest.md
1 parent 30696a2 commit fd16605

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ds/prob/t-digest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ A full discussion of compression is beyond the scope of this tutorial. See the *
1212

1313
Once a t-digest has been created, you can use the `TDIGEST.ADD` command to add observations to it.
1414

15-
```redis Create a t-digest
15+
```redis:[run_confirmation=true] Create a t-digest
1616
TDIGEST.CREATE bike:sales COMPRESSION 1000 // 1000 provides for very accurate estimations
1717
```
1818

19-
```redis Add bike sales data to the t-digest
19+
```redis:[run_confirmation=true] Add bike sales data to the t-digest
2020
TDIGEST.ADD bike:sales 0
2121
TDIGEST.ADD bike:sales 1028.24
2222
TDIGEST.ADD bike:sales 1034.63
@@ -327,4 +327,4 @@ Finally, you can reset a t-digest sketch using the `TDIGEST.RESET` command.
327327

328328
[Academic resource](https://www.sciencedirect.com/science/article/pii/S2665963820300403)
329329

330-
[Redis blog post](https://redis.com/blog/t-digest-in-redis-stack/)
330+
[Redis blog post](https://redis.com/blog/t-digest-in-redis-stack/)

0 commit comments

Comments
 (0)