TDIGEST.MIN key

Available in: Redis Stack

Time complexity: O(1)

Get minimum value from the sketch. Will return DBL_MAX if the sketch is empty.

Parameters:

  • key: The name of the sketch.

Return

Simple string reply of minimum value from the sketch. Will return DBL_MAX if the sketch is empty.

Examples

redis> TDIGEST.MIN t-digest
"10"