get_commandlog
Retrieve recent Valkey 8+ command log entries to monitor executed commands and diagnose performance issues.
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 |