redis-security
Installation
SKILL.md
Redis Security Skill
Security Maturity Levels
| Level | Features | Use Case |
|---|---|---|
| Basic | Password only | Development |
| Standard | ACL + Network | Internal apps |
| High | ACL + TLS + Network | Production |
| Paranoid | All + Audit + WAF | Financial/Healthcare |
Authentication
Legacy Password (Pre-6.0)
# redis.conf
requirepass your_strong_password_here_min_32_chars