Skip to main content

Redis Credential

Use this type for Redis operations in workflows (cache/state lookups).

Configure

  1. Open Credentials -> New Credential.
  2. Select type redis.
  3. Set:
    • redis_connection_string (or env-backed variable)
  4. Save and attach in Redis workflow node.

Verify

Run a workflow with one Redis read/write operation and confirm expected value.

Common issues

  • TLS mode mismatch (redis:// vs rediss://).
  • Authentication failure due to wrong password/user.