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

[10.0] Add Redis Cluster support #26407

Merged
merged 3 commits into from
Mar 21, 2017
Merged

[10.0] Add Redis Cluster support #26407

merged 3 commits into from
Mar 21, 2017

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Oct 19, 2016

Description

Adding support for redis clustering
Restart of #23204

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@DeepDiver1975 DeepDiver1975 added this to the 9.2 milestone Oct 19, 2016
@mention-bot
Copy link

@DeepDiver1975, thanks for your PR! By analyzing the history of the files in this pull request, we identified @icewind1991, @butonic and @nickvergessen to be potential reviewers.

throw new \Exception('Redis Cluster support is not available');
}
// cluster config
$timeout = isset($config['timeout']) ? $config['timeout'] : null;
Copy link
Member

Choose a reason for hiding this comment

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

we are not using the ternary operator

Copy link
Contributor

Choose a reason for hiding this comment

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

ternary has no isset support, so it can not be used in such cases

@butonic
Copy link
Member

butonic commented Nov 11, 2016

Some notes for testing this:

with v2.2.8 and a small fix, see upstream doc example the PR works as expected! 👍

@butonic
Copy link
Member

butonic commented Nov 11, 2016

@Ethendrel care to review? Then we can finally merge redis cluster support!

@butonic butonic self-assigned this Nov 28, 2016
@DeepDiver1975 DeepDiver1975 changed the title [9.2] Add Redis Cluster support [10.0] Add Redis Cluster support Jan 31, 2017
@PVince81
Copy link
Contributor

@owncloud/qa quick manual test and create plan to have automated tests for this ?

@DeepDiver1975
Copy link
Member Author

create plan to have automated tests for this

our plans for the dockerized integration tests could help a lot here
@tboerger - can we haz a redis cluster docker-composer setup plez?

@tboerger
Copy link
Contributor

our plans for the dockerized integration tests could help a lot here
@tboerger - can we haz a redis cluster docker-composer setup plez?

Which kind of cluster? :)

@DeepDiver1975
Copy link
Member Author

Which kind of cluster? :)

redis 😉

@tboerger
Copy link
Contributor

redis 😉

Never used a redis cluster, so you want some sentinel based cluster?

@DeepDiver1975
Copy link
Member Author

DeepDiver1975 commented Feb 24, 2017

@butonic please let @tboerger know what kind do of redis cluster we need

@butonic
Copy link
Member

butonic commented Feb 26, 2017 via email

@pmaier1
Copy link
Contributor

pmaier1 commented Mar 21, 2017

we can test this in 10.0.0beta with a customer, if we merge it for the beta release.
@PVince81

@pmaier1
Copy link
Contributor

pmaier1 commented Mar 21, 2017

Please cover with dokcer reds cluster infrastructure for testing @tboerger

@DeepDiver1975
Copy link
Member Author

we can test this in 10.0.0beta with GWDG, if we merge it for the beta release.

who can coordinate a test setup? @pmaier1

@PVince81 let's merge this one

@PVince81
Copy link
Contributor

Ok then 👍

@DeepDiver1975 please add to the feature list in the wiki

@DeepDiver1975 DeepDiver1975 merged commit ec9a9c9 into master Mar 21, 2017
@DeepDiver1975 DeepDiver1975 deleted the redis-cluster-tom branch March 21, 2017 15:02
@pmaier1
Copy link
Contributor

pmaier1 commented Mar 21, 2017

who can coordinate a test setup? @pmaier1

I will coordinate this along with the beta.

@PVince81
Copy link
Contributor

PVince81 commented Apr 7, 2017

QA ticket owncloud/QA#411

@lock
Copy link

lock bot commented Aug 3, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants