get_info
Retrieve comprehensive health and performance stats for your Valkey or Redis instance, including memory, clients, replication, and keyspace data.
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 |