Redis Credential
Use this type for Redis operations in workflows (cache/state lookups).
Configure
- Open Credentials -> New Credential.
- Select type redis.
- Set:
redis_connection_string(or env-backed variable)
- 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://vsrediss://). - Authentication failure due to wrong password/user.