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

Added support for redis clustered mode #735

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

munishchouhan
Copy link
Member

This PR will add support for redis clustered mode

Signed-off-by: munishchouhan <[email protected]>
Signed-off-by: munishchouhan <[email protected]>
@munishchouhan munishchouhan linked an issue Nov 6, 2024 that may be closed by this pull request
@munishchouhan munishchouhan self-assigned this Nov 6, 2024
@munishchouhan munishchouhan marked this pull request as draft November 6, 2024 11:35
*
* @author Munish Chouhan <[email protected]>
*/
interface RedisService {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure to understand the need for this?

Copy link
Member Author

Choose a reason for hiding this comment

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

JedisCluster and JedisPool doesnot have common Interface, so not possible to inject
Thats why I have created this service which have separate implementation for cluster and standalone and based on redis.mode it will be initialized

@pditommaso
Copy link
Collaborator

We may need to reconsider this, at least in the short run. I was considering a much smaller impact. Also, Platform is not supporting cluster mode for sure, so there's not benefit adding the support for Wave

@munishchouhan
Copy link
Member Author

we can move further with ssl+auth, which is currently required

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.

[Enhancement] - Redis Support clustered mode.
2 participants