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

Add support for Redis Cluster to ext_redis.py #9538

Closed
5 tasks done
liuhaoran1212 opened this issue Oct 21, 2024 · 0 comments · Fixed by #9789
Closed
5 tasks done

Add support for Redis Cluster to ext_redis.py #9538

liuhaoran1212 opened this issue Oct 21, 2024 · 0 comments · Fixed by #9789
Labels
💪 enhancement New feature or request

Comments

@liuhaoran1212
Copy link
Contributor

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I would like to propose a feature to address a challenge I encountered while using Dify: the current ext_redis.py does not support Redis Cluster.Due to the lack of support for Redis Cluster, my efficiency and performance when using Dify for automation are lower.I hope ext_redis.py can support Redis Cluster.Redis Cluster can promote other healthy nodes to master nodes when the current master node encounters issues, enhancing the system's robustness. It also improves the system's memory utilization and write performance, making it suitable for larger-scale and more demanding data processing scenarios.Could you please let me know if it's feasible to make ext_redis.py support Redis Cluster?

2. Additional context or comments

No response

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
@dosubot dosubot bot added the 💪 enhancement New feature or request label Oct 21, 2024
liuhaoran1212 pushed a commit to liuhaoran1212/dify that referenced this issue Oct 24, 2024
Signed-off-by: root <root@localhost.localdomain>
liuhaoran1212 pushed a commit to liuhaoran1212/dify that referenced this issue Oct 28, 2024
Signed-off-by: root <root@localhost.localdomain>
liuhaoran1212 pushed a commit to liuhaoran1212/dify that referenced this issue Oct 29, 2024
Signed-off-by: root <root@localhost.localdomain>
laipz8200 pushed a commit that referenced this issue Nov 20, 2024
Signed-off-by: root <root@localhost.localdomain>
Co-authored-by: root <root@localhost.localdomain>
Co-authored-by: Bowen Liang <bowenliang@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant