Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the Redis Insight GUI. Use when setting up monitoring or alerts for a Redis instance, diagnosing a performance regression, profiling a slow FT.SEARCH query, or wiring Redis metrics into Prometheus, Datadog, or similar.
$npx -y skills add redis/agent-skills --skill redis-observabilityInstalls into the current project.
Run `npx skills use "https://github.com/redis/agent-skills" --skill "redis/agent-skills/redis-observability"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/redis/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/redis/agent-skills"` and select the relevant skills, then follow their instructions.