Redis

Redis

  • Purpose: Connect to a Redis in-memory store. Datalytics ingests HASH keys as rows for analysis.
  • When to use it: Useful for analyzing cached objects, session data, or any structured data stored as Redis HASH keys.
  • How to create it:
    1. Go to Data Sources and click Add.
    2. Select Redis.
    3. Name: Enter a unique name for this connection.
    4. Host: Redis server IP or hostname (e.g., 127.0.0.1).
    5. Port: Default is 6379.
    6. Username / Password: Credentials if ACL authentication is enabled.
    7. Key Pattern: Pattern to match HASH keys (default * = all keys; e.g., user:*).
    8. DB Number: Redis logical database index (default 0).
    9. Scan Limit: Maximum keys to scan (default 50,000).
    10. Click Test Connection to verify, then Save.

Redis Configuration

Note: Only keys of type HASH are imported as rows. Other key types (string, list, set, zset) are skipped.