Redis
Connect Redis to access key-value stores, caching layers, and pub/sub channels through Cendriix agents.
Overview
| Auth method | Connection String |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Redis integration
- Enter your connection credentials
- Once configured, database data becomes available
Getting your credentials
- Provide your Redis connection URL:
redis://user:pass@host:6379 - For security, use a dedicated read-only database user
Capabilities
Once connected, Cendriix agents can:
- Read key metadata and data patterns
- Access pub/sub channel information
- Reference caching layer context for performance analysis
Security notes
- Always use a dedicated read-only user for Cendriix access
- Connection credentials are stored encrypted in AWS Secrets Manager
- Ensure network access (VPC peering or IP allowlist) is configured
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on