SLOWLOGInspect or reset the slow-command log.
| Syntax | SLOWLOG GET [count] | LEN | RESET | HELP |
| Group | server |
| Arity | -2 |
| Since | 1.0.0 |
| Flags | readonly, admin |
| Complexity | GET: O(S) fan-out plus O(L log L) to merge. LEN: O(S). RESET: O(S) |
| Redis compatibility | differs: 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 |