SLOWLOG RESET Deprecated

Usage:
SLOWLOG RESET
Complexity:
O(N) where N is the number of entries in the slowlog
Since:
2.2.12
ACL Categories:
@admin, @dangerous, @slow

This command resets the slow log, clearing all entries in it.

Once deleted the information is lost forever.

Deprecation advice

Instead of using SLOWLOG RESET use

COMMANDLOG RESET SLOW

RESP2/RESP3 Reply

Simple string reply: OK.