redis_slowlog
Fetch recent Redis slowlog entries, slowest first, to identify and troubleshoot slow commands causing latency.
Instructions
[READ] Recent SLOWLOG entries, slowest first.
Args: count: Max entries to pull (capped at 128). target: redis target name from config; omit for the default.
Returns an envelope: {"entries": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there is more than was returned — do not treat this as the complete set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| target | No |