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

[SDCISA-13221] K8s: vertx-rest-storage #139

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

thwint
Copy link

@thwint thwint commented Sep 11, 2023

  • made redis client aware of redis cluster

- made redis client aware of redis cluster
@thwint thwint self-assigned this Sep 11, 2023
@thwint thwint requested a review from ljucam September 12, 2023 12:30
redisOptions.setType(RedisClientType.CLUSTER);
redisOptions.addConnectionString(createConnectString());
} else {
redisOptions.setConnectionString(createConnectString());
Copy link

Choose a reason for hiding this comment

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

redisOptions.setConnectionString(createConnectString()); is the same for the ifand the else case --> move outside of the if

Copy link
Author

@thwint thwint Sep 14, 2023

Choose a reason for hiding this comment

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

One is addConnectionString the other is setConnectionString.

@thwint thwint requested a review from oli-h September 14, 2023 11:22
@thwint thwint merged commit 4783761 into swisspost:develop Sep 18, 2023
1 check passed
@thwint thwint deleted the SDCISA-13221_k8s_rest-storage branch September 18, 2023 05:07
thwint added a commit that referenced this pull request Sep 18, 2023
* updating poms for branch'release-3.0.18' with non-snapshot versions

* updating poms for 3.0.19-SNAPSHOT development

* updating develop poms to master versions to avoid merge conflicts

* Updating develop poms back to pre merge state

* [SDCISA-13221] K8s: vertx-rest-storage (#139)

- made redis client aware of redis cluster

---------

Co-authored-by: runner <runner@fv-az444-271.mvkj0dyzoqtu3fmr4yatzo1xtd.cx.internal.cloudapp.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants