get_info
Get health data from a Valkey or Redis instance: memory, clients, replication, keyspace, and stats like hit rate and ops/sec. Optionally filter by section.
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 |