get_info
Retrieve detailed health and statistics from a Redis or Valkey instance, covering memory, clients, replication, and keyspace. Filter by specific section for focused metrics.
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 |