Skip to content

Can one set a password to be used with Redis? #48

Answered by lrhazi-cua
lrhazi-cua asked this question in Q&A
Discussion options

You must be logged in to vote

I think I found a way:


DRAMATIQ_CRONTAB = {
    "REDIS_URL": f"redis://:{env('REDIS_HOST_PASSWORD')}@redis:6379/0",
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by codingjoe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #46 on March 20, 2024 08:22.