TDIGEST.MIN key
@tdigest,
@read,
@fast,
Returns the minimum observation value from a t-digest sketch.
keyis the key name for an existing t-digest sketch.
redis> TDIGEST.CREATE t
OK
redis> TDIGEST.MIN t
"nan"
redis> TDIGEST.ADD t 3 4 1 2 5
OK
redis> TDIGEST.MIN t
"1"| Redis Enterprise |
Redis Cloud |
Notes |
|---|---|---|
| ✅ Supported |
✅ Flexible & Annual ✅ Free & Fixed |
One of the following:
nan is returned if the sketch is empty.