SLOWLOGInspect or reset the slow-command log.
| 構文 | SLOWLOG GET [count] | LEN | RESET | HELP |
| グループ | server |
| 引数の数 | -2 |
| 導入バージョン | 1.0.0 |
| フラグ | readonly, admin |
| 計算量 | GET: O(S) fan-out plus O(L log L) to merge. LEN: O(S). RESET: O(S) |
| Redis 互換性 | 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 |