analyze_config
Analyze Redis configuration to detect security and reliability risks, flagging missing maxmemory, unsafe eviction, exposed network, disabled persistence, and other misconfigurations.
Instructions
Analyze Redis configuration for security and reliability risks. Flags: no maxmemory limit, unsafe eviction policy (noeviction with maxmemory set), network exposure (bind 0.0.0.0 without authentication), no requirepass, disabled persistence (both AOF and RDB off), idle connection timeout not set, TCP keepalive disabled, server frequency (hz) too low, and latency-monitor-threshold disabled (which silences the analyze_latency tool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||