- Usage:
-
SLOWLOG RESET
- Complexity:
- O(N) where N is the number of entries in the slowlog
- Since:
- 2.2.12
This command resets the slow log, clearing all entries in it.
Once deleted the information is lost forever.
RESP2/RESP3 Reply
Simple string reply: OK
.