get_commandlog
Retrieve recent entries from the command log for Valkey 8+ instances, providing a superset of slowlog data to analyze executed commands.
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 |