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

cacheutil: add support for Redis Sentinel #5990

Merged
merged 1 commit into from
Jan 2, 2023

Conversation

GiedriusS
Copy link
Member

Add a new option master_name that if not empty chooses the appropriate master. Reusing terminology used by Cortex and official Redis documentation (https://redis.io/docs/management/sentinel/).

Signed-off-by: Giedrius Statkevičius giedrius.statkevicius@vinted.com

@GiedriusS GiedriusS force-pushed the add_support_for_master_redis branch 2 times, most recently from e64a749 to 0ade90a Compare December 21, 2022 10:19
@GiedriusS GiedriusS changed the title cacheutil: adding support for Redis Sentinel cacheutil: add support for Redis Sentinel Dec 21, 2022
@yeya24
Copy link
Contributor

yeya24 commented Dec 22, 2022

Need another fix for the conflict :)

@douglascamata
Copy link
Contributor

Maybe worth adding a mention in the that docs that Redis Sentinel is now supported?

Add a new option `master_name` that if not empty chooses the appropriate
master. Reusing terminology used by Cortex and official Redis
documentation (https://redis.io/docs/management/sentinel/).

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
@GiedriusS
Copy link
Member Author

Updated PR. There's an item in the changelog for Redis Sentinel 😄

@douglascamata
Copy link
Contributor

Thanks a lot, @GiedriusS 🙇

Copy link
Contributor

@douglascamata douglascamata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@yeya24 yeya24 enabled auto-merge (squash) January 2, 2023 09:59
@yeya24 yeya24 merged commit 45f9db7 into thanos-io:main Jan 2, 2023
@GiedriusS GiedriusS deleted the add_support_for_master_redis branch January 2, 2023 10:00
Kartik-Garg pushed a commit to infracloudio/thanos that referenced this pull request Jan 16, 2023
Add a new option `master_name` that if not empty chooses the appropriate
master. Reusing terminology used by Cortex and official Redis
documentation (https://redis.io/docs/management/sentinel/).

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Signed-off-by: Kartik-Garg <kartik.garg@infracloud.io>
ngraham20 pushed a commit to ngraham20/thanos that referenced this pull request Apr 17, 2023
Add a new option `master_name` that if not empty chooses the appropriate
master. Reusing terminology used by Cortex and official Redis
documentation (https://redis.io/docs/management/sentinel/).

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
ngraham20 pushed a commit to ngraham20/thanos that referenced this pull request Apr 17, 2023
Add a new option `master_name` that if not empty chooses the appropriate
master. Reusing terminology used by Cortex and official Redis
documentation (https://redis.io/docs/management/sentinel/).

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
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 this pull request may close these issues.

4 participants