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

[Enhancement] - Redis Support clustered mode. #714

Open
gavinelder opened this issue Oct 22, 2024 · 4 comments · May be fixed by #735
Open

[Enhancement] - Redis Support clustered mode. #714

gavinelder opened this issue Oct 22, 2024 · 4 comments · May be fixed by #735
Assignees

Comments

@gavinelder
Copy link
Contributor

Background

Enterprise customers typically deploy Redis in cluster mode for production environments to ensure high availability and scalability. Wave's current Redis deployment only supports standalone mode, which doesn't align with enterprise operational requirements for resilient services.

This requires customers to either accept reduced reliability or seek additional approvals for operating Redis in a non-standard configuration within their environment.

Requirements

  • Enable Redis cluster mode support
  • Support horizontal scaling
  • Allow seamless failover

Success Criteria

  • No single point of failure in Redis layer

References

https://redis.io/docs/latest/operate/oss_and_stack/management/scaling/
https://aws.amazon.com/blogs/database/work-with-cluster-mode-on-amazon-elasticache-for-redis/

@pditommaso
Copy link
Collaborator

@munishchouhan was anything solution found for this?

@munishchouhan
Copy link
Member

@munishchouhan was anything solution found for this?

yes, jedis does support cluster mode
We can add a flag for cluster and implement client for this
I will work on this, after creating registry dashboards
https://redis.io/docs/latest/develop/connect/clients/java/jedis/#:~:text=Jedis%20is%20a%20synchronous%20Java,Redis%20or%20Redis%20Stack%20server.

@munishchouhan munishchouhan self-assigned this Nov 5, 2024
@munishchouhan
Copy link
Member

RedisStorage in Spillway does not support JedisCluster

Reason:
JedisCluster doesn’t support Pipeline and Transaction
redis/jedis#1065

@munishchouhan
Copy link
Member

@munishchouhan munishchouhan linked a pull request Nov 6, 2024 that will close this issue
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 a pull request may close this issue.

3 participants