kevy

SLOWLOG

Inspect or reset the slow-command log.

SyntaxSLOWLOG GET [count] | LEN | RESET | HELP
Groupserver
Arity-2
Since1.0.0
Flagsreadonly, admin
ComplexityGET: O(S) fan-out plus O(L log L) to merge. LEN: O(S). RESET: O(S)
Redis compatibilitydiffers: the log is per-shard and GET merges across shards by timestamp, so ids are not globally monotonic; every entry's client-addr and client-name are empty strings

← All commands