Redis Plugin
The Redis plugin registers standalone, primary/replica, and Redis Cluster deployments as one Konduo resource and exposes status, metrics, diagnostics, and bounded management workflows.
Highlights
- Discovers cluster node IDs and member addresses from the seed endpoint and represents them as target evidence within one resource instance.
- Provides logical metrics for memory, keyspace, command throughput, clients, evictions, fragmentation, replication, and blocked clients.
- Supports both Prometheus mapping packs and Konduo-managed Redis metric collection.
- Runs key scan, streams, CLI, memory inspection, and server operations through bounded jobs and confirmation boundaries.
Before Registration
- Prepare seed host/port and password or ACL user credentials.
- For clustered deployments,
cluster_instancescan provide a fallback member list. - Prepare Prometheus redis_exporter mapping or a managed collection write target for metric-backed views.
Operations Tips
- Do not treat seed endpoint failure as whole-cluster failure without checking other discovered members.
- Interpret memory fragmentation, evictions, and blocked clients together with workload changes.
- Key and stream scans can add load; review limits, cursor behavior, and job status before running them.
Redis Enterprise Overlay
The Redis Enterprise overlay adds MCP descriptors, Enterprise dashboards, diagnostic analysis jobs, key scans, bulk jobs, import/export, streams, CLI console, and anomaly detectors to the Community Redis plugin.
Highlights
- Exposes monitoring overview, topology summary, diagnostics, metrics catalog, and alert/anomaly rules through MCP.
- Plugin-executed anomaly detectors interpret INFO evidence for memory pressure, blocked clients, and replication link down.
- Big key scans, stream inspection, bulk TTL/delete, import/export, and CLI execution run as bounded jobs.
- Log evidence blueprints connect OOM, failover, connection refused, and slowlog patterns to an Enterprise log source.
Before Registration
- Community Redis connectivity, ACLs, cluster discovery, and metric-source mapping must be healthy.
- Review operator permissions and audit requirements before enabling key scan or CLI workflows.
- Connect an OpenSearch log source when richer diagnostic evidence is needed.
Operations Tips
- Scan, import/export, and bulk jobs can add load in large estates. Review limits, dry-run mode, and job status.
- Use MCP descriptors as read-oriented context; mutating jobs must keep existing action routes and authorization boundaries.