kevy

SLOWLOG

Inspect 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

← すべてのコマンド