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

Document how to avoid NOAUTH Authentication required. for redis #3337

Open
realtebo opened this issue Dec 30, 2022 · 2 comments
Open

Document how to avoid NOAUTH Authentication required. for redis #3337

realtebo opened this issue Dec 30, 2022 · 2 comments

Comments

@realtebo
Copy link

Is your feature request related to a problem? Please describe.

I started right now to use laradock.
I started all needed containers.
I opened localhost and stuck on redis server message "NOAUTH Authentication required."

Describe the solution you'd like

Simply add steps to do when using redis to configure laravel to use with an authentication.
Is there a default password?
Which?

@angeljqv
Copy link

angeljqv commented Jan 3, 2023

REDIS_PASSWORD=secret_redis

@doox911
Copy link

doox911 commented Mar 27, 2024

It only worked for me after setting the requirepass secret_redis parameter in redis.conf.

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

No branches or pull requests

3 participants