0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-21 22:58:05 +02:00

Allow REDIS_CLUSTER environment variable to use Redis in cluster mode

Signed-off-by: Nick Martin <284356+n1mmy@users.noreply.github.com>
Signed-off-by: Nick Martin <nim@lock-the-door.lan>
This commit is contained in:
Nick Martin 2025-02-08 08:17:07 -08:00
parent 85eb58a828
commit f756178d10
2 changed files with 24 additions and 0 deletions

View file

@ -238,6 +238,10 @@ To use Redis for memory caching as well as PHP session storage, specify the foll
- `REDIS_HOST_PORT` (default: `6379`) Optional port for Redis, only use for external Redis servers that run on non-standard ports.
- `REDIS_HOST_PASSWORD` (not set by default) Redis password
To use Redis in cluster mode, you can use
- `REDIS_CLUSTER` (not set by default) Name and port number of a redis host.
Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html) for more information.
### E-mail (SMTP) Configuration