Connection Troubleshooting
Learn how to add a Redis connection and resolve common setup errors.
Use this guide if you are adding a new Redis connection and the test or create flow fails.
How to Add a Connection
- Open Connections in the app.
- Click Add Connection.
- Fill in:
- Connection Name
- Connection URL
- Environment
- Click Test to verify connectivity before saving.
- Click Create Connection.
Common Connection Issues
TLS Encryption
Ensure your protocol is set to rediss:// instead of redis:// (note the extra s).
IP Allowlisting
If your setup restricts incoming traffic, you will need to allowlist these Durabull IP ranges:
74.220.48.0/2474.220.56.0/24
Quick Verification Checklist
- Confirm host, port, username, and password are correct.
- Confirm TLS is enabled when your provider requires it.
- Confirm network allowlists and firewall rules include Durabull source ranges.
- Re-run Test in the modal after each change.