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

修复修复fix redis cluster异常问题 #2748

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tianshaokui
Copy link

redis资源添加集群模式访问,之前的修复存在问题。

  1. 在dockerfile安装redis >= 4.1.0 需要考虑兼容问题,并需卸载原版本
  2. 我是用兼容redis==3.5.3的 redis-py-cluster==2.1.3完成集群访问问题,亲测有效

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.82%. Comparing base (30585b0) to head (1936d8c).

Files Patch % Lines
sql/engines/redis.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2748   +/-   ##
=======================================
  Coverage   77.82%   77.82%           
=======================================
  Files         122      122           
  Lines       16855    16856    +1     
=======================================
+ Hits        13117    13118    +1     
  Misses       3738     3738           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant