TDIGEST.RESET
Syntax
TDIGEST.RESET key
- Available in:
- Redis Stack / Bloom 2.4.0
- Time complexity:
- O(1)
Resets a t-digest sketch: empty the sketch and re-initializes it.
Required arguments
key
is key name for an existing t-digest sketch.
Return value
Simple string reply - OK
if executed correctly, or Error reply otherwise.
Examples
redis> TDIGEST.RESET t
OK
Feedback
If you've found issues on this page, or have suggestions for improvement, please submit a request to merge or open an issue in the repository.