Skip to Content

Redis

Connect Redis to access key-value stores, caching layers, and pub/sub channels through Cendriix agents.

Overview

Auth methodConnection String
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Redis integration
  3. Enter your connection credentials
  4. Once configured, database data becomes available

Getting your credentials

  1. Provide your Redis connection URL: redis://user:pass@host:6379
  2. 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