-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Was Redis connection parameters changed? #7072
Comments
@lucydodo any comments on this? am i doing something wrong? |
Hi @sabyrzhan, |
No change, u can use |
Yes, it is running.
…On Sat, Sep 14, 2024 at 7:32 AM Peter Lee ***@***.***> wrote:
No change, u can use redis-cli -h test your local redis is running?
—
Reply to this email directly, view it on GitHub
<#7072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGLD6L3MPZP5ZSLTXFYGKDZWO36JAVCNFSM6AAAAABLGABNECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJQHAZDSNRSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
how to set it? |
Wdym?Best regards,SabyrzhanOn 14. Sep 2024, at 09:04, Peter Lee ***@***.***> wrote:
Yes, it is running.
…
On Sat, Sep 14, 2024 at 7:32 AM Peter Lee @.> wrote: No change, u can use redis-cli -h test your local redis is running? — Reply to this email directly, view it on GitHub <#7072 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGLD6L3MPZP5ZSLTXFYGKDZWO36JAVCNFSM6AAAAABLGABNECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJQHAZDSNRSGM . You are receiving this because you were mentioned.Message ID: @.>
how to set it?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I deployed Redash using latest Helm chart where default version is 24.04.
However, after I updated the image version to the latest 24.07 and now i am getting redis connection error:
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
Now looks like I have to explicitly specify: REDASH_REDIS_URL even the internal one.
I am using default redis that is coming with Helm chart. Up to version 24.04 it was setting internally deployed redis url.
Was there a change in how redis URL is constructed? I found only one place where REDASH_REDIS_URL is used and it is only in settings/init.py. It is using
localhost:6379
if not specified. Is there any other place where REDIS URL is constructed?The text was updated successfully, but these errors were encountered: