get_cluster_slowlog
Aggregate slow query logs across all nodes in a Redis/Valkey cluster to identify slow commands. Use when per-node slowlogs are insufficient for diagnosis.
Instructions
Get the aggregated slowlog across ALL nodes in the cluster. This is the primary tool for finding slow commands in cluster mode — per-node slowlogs are incomplete. Returns an error message if not in cluster mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 100) | |
| instanceId | No | Optional instance ID override |