get_info
Get Valkey/Redis instance health stats: memory, clients, replication, keyspace, ops/sec. Filter by section (server, clients, memory, stats, replication, keyspace) to target diagnosis.
Instructions
Get INFO stats for the active instance. Contains all health data: memory, clients, replication, keyspace, stats (hit rate, ops/sec), and server info. Optionally filter to a section: server|clients|memory|stats|replication|keyspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | INFO section to filter (server, clients, memory, stats, replication, keyspace) | |
| instanceId | No | Optional instance ID override |