Skip to content

Allow passing redis connection settings via urlish#4

Open
bewest wants to merge 1 commit into
smrchy:masterfrom
bewest:wip/bewest/redis_url
Open

Allow passing redis connection settings via urlish#4
bewest wants to merge 1 commit into
smrchy:masterfrom
bewest:wip/bewest/redis_url

Conversation

@bewest
Copy link
Copy Markdown

@bewest bewest commented Sep 25, 2020

This facilitates passing redis authentication parameters such as username
and password from the runtime environment to redis.

redis-sessions looks for o.options.url, which is capable of passing most
parameters in one string. If RS_REDISURL environment variable exists, it will
override the RS_REDISHOST and RS_REDISPORT variables.

Ability to pass these parameters is required to connect to any managed redis
providers.

This facilitates passing redis authentication parameters such as username
and password from the runtime environment to redis.

redis-sessions looks for o.options.url, which is capable of passing most
parameters in one string.  If RS_REDISURL environment variable exists, it will
override the RS_REDISHOST and RS_REDISPORT variables.

Ability to pass these parameters is required to connect to any managed redis
providers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant