wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 80 forks source link

feat: allow passwordless redis #93

Closed esolitos closed 1 year ago

esolitos commented 1 year ago

Currently if tht env variable REDIS_PASSWORD is empty or not provided the settings will lead to an exception because the drupal/redis module will check if the password setting isset() instead of empty().

image

With this PR the password setting is simply omitted when the env var is not provided.