redis_config_get
Fetch Redis configuration values matching a glob pattern to inspect runtime settings for memory pressure and latency diagnostics.
Instructions
[READ] CONFIG GET for a glob pattern (e.g. 'maxmemory*').
Args: pattern: Config-name glob (default '*'). target: redis target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| pattern | No | * |