Some configuration parameters for Redis can be provided through env. vars or can be extracted from the connection URL. When the same parameter can be taken from both sources, we need to define which source has precedence. I suggest to give priority to URL over env. variables.
Right now, for some parameters the URL takes priority and for some others are the env. vars who do. We need to implement a consistent behavior.