Redis Variables¶
Zammad requires Redis to work. During package installation, it is installed automatically unless there is a Redis installation on the host already. In the Docker Compose stack, there is a Redis Service included. Both scenarios work out of the box and should not require adjustments unless your setup differs or you want to explicitly make adjustments.
Standard Setup¶
For a Redis standard deployment, you can provide one variable: REDIS_URL.
This variable can include IP/URL, a port, a username and password.
Examples:
redis://redis.example.com:1234redis://user:password@redis.example.com
Sentinel Setup¶
The variables in the table don’t have default values set. In case you want to
connect Zammad to a Redis Sentinel cluster, only REDIS_SENTINELS variable is
mandatory, the others are optional.
Variable |
Description |
|---|---|
|
Mandatory when using a Sentinel setup; comma separated IPs/URLs; optional port. Examples: |
|
Name of Sentinel setup; fallback to |
|
Username for Sentinel |
|
Password for Sentinel |
|
Username for Redis |
|
Password for Redis |