redis_clients
List connected Redis clients grouped by source address, sorted by activity. Detect incomplete results via truncation flag.
Instructions
[READ] Connected redis clients grouped by source address, busiest first.
Args: target: redis target name from config; omit for the default.
Returns an envelope: {"clients": [...], "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 |
|---|---|---|---|
| target | No |