TDIGEST.RESET

Syntax
TDIGEST.RESET key
Available in:
Redis Stack / Bloom 2.4.0
Time complexity:
O(1)

重置一个t-digest草图:清空草图并重新初始化它。

必需的参数

key is key name for an existing t-digest sketch.

返回值

Simple string reply - OK 如果正确执行,否则返回 []。

示例

redis> TDIGEST.RESET t
OK

RATE THIS PAGE
Back to top ↑