get_commandlog
Retrieve recent command-log entries from Valkey 8+ to audit executed commands and diagnose performance issues. Specify an optional count or instance ID to focus the results.
Instructions
Get the most recent entries from COMMANDLOG (Valkey 8+ only, superset of slowlog).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of entries to return (default 25) | |
| instanceId | No | Optional instance ID override |