Skip to content

Comments

Added support for redis clustered mode#735

Closed
munishchouhan wants to merge 7 commits intomasterfrom
714-enhancement-redis-support-clustered-mode
Closed

Added support for redis clustered mode#735
munishchouhan wants to merge 7 commits intomasterfrom
714-enhancement-redis-support-clustered-mode

Conversation

@munishchouhan
Copy link
Member

This PR will add support for redis clustered mode

Signed-off-by: munishchouhan <hrma017@gmail.com>
Signed-off-by: munishchouhan <hrma017@gmail.com>
@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 <munish.chouhan@seqera.io>
*/
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

Signed-off-by: munishchouhan <hrma017@gmail.com>
@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

@munishchouhan munishchouhan added the on hold put on hold label Nov 22, 2024
@pditommaso
Copy link
Collaborator

Closing as not planned at this time

@pditommaso pditommaso closed this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

on hold put on hold

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] - Redis Support clustered mode.

2 participants