get_health
Get a synthetic health summary for a Redis/Valkey instance: keyspace hit rate, memory fragmentation, connected clients, replication lag, keyspace size. Use as first call when investigating instance health.
Instructions
Get a synthetic health summary for the active instance: keyspace hit rate, memory fragmentation ratio, connected clients, replication lag (replicas only), and keyspace size. Use this as the first call when investigating an instance — it surfaces the most actionable signals without requiring you to parse raw INFO output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceId | No | Optional instance ID override |