We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my redis auth password required (bitnami redis dockerize use)
how to redis password pm2 setting? in colyseus-proxy
REDIS_URL: "redis://[email protected]:6379/0" or REDIS_URL: "redis://arbitrary_usrname:[email protected]:6379/0" or REDIS_URL: "redis://:[email protected]:6379/0" or
all not working
The text was updated successfully, but these errors were encountered:
Works for me if I leave off the database number. Mine is in this format: redis://:PASSWORD@HOST:PORT
redis://:PASSWORD@HOST:PORT
Sorry, something went wrong.
No branches or pull requests
my redis auth password required (bitnami redis dockerize use)
how to redis password pm2 setting? in colyseus-proxy
REDIS_URL: "redis://[email protected]:6379/0" or
REDIS_URL: "redis://arbitrary_usrname:[email protected]:6379/0" or
REDIS_URL: "redis://:[email protected]:6379/0" or
all not working
The text was updated successfully, but these errors were encountered: