TDIGEST.ADD
TDIGEST.ADD key value [value ...]
Adds one or more observations to a t-digest sketch.
keyvalueSimple string reply - OK if executed correctly, or Error reply otherwise.
redis> TDIGEST.ADD t 1 2 3
OKredis> TDIGEST.ADD t string
(error) ERR T-Digest: error parsing val parameter
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/tdigest.add/