Redis — a connection string
redis/connection · version 1
envs add redis/connection
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
REDIS_URL |
required | secret | The URI shape is Redis's own; the name is convention, since Redis documents no variable for it. Secret, because the password sits inside the URL. Use rediss:// for TLS.. Shape ^rediss?://[^\s]+$. where to get it |