Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Redis with a password #3

Closed
roderik opened this issue Jul 19, 2021 · 2 comments · Fixed by #13
Closed

Allow Redis with a password #3

roderik opened this issue Jul 19, 2021 · 2 comments · Fixed by #13
Labels

Comments

@roderik
Copy link

roderik commented Jul 19, 2021

Our redis instance uses a password, the nestjs-redis module allows to use this. It would be great if you would enable this in the docker image

export default {
    host: process.env.REDIS_HOST,
    port: parseInt(process.env.REDIS_PORT),
    db: parseInt(process.env.REDIS_DB),
    password: process.env.REDIS_PASSWORD,
    keyPrefix: process.env.REDIS_PRIFIX,
}
@ejhayes
Copy link
Owner

ejhayes commented Jul 19, 2021

Thanks for pointing this out @roderik. PR is welcome otherwise I will aim to get this added this week.

@ejhayes ejhayes mentioned this issue Jun 17, 2022
9 tasks
@github-actions
Copy link

🚀 Issue was released in v2.0.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants