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

Feat: support redis cluster #44

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

wesleywu
Copy link
Contributor

fix #43 ERR Script attempted to access a non local key in a cluster node script

Alter lua scripts, adding braces to lock_key to make sure the lock_key and reentrant_key exist in same cluster hash slot

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a6968e5) to head (5fc9a54).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           92        92           
=========================================
  Hits            92        92           

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

@jefferyjob
Copy link
Owner

非常感谢您对该项目的贡献,我将发一个新版本,如果有需要可以拉取


Thank you very much for your contribution to the project. I will release a new version. You can pull it if you need it.

@jefferyjob jefferyjob merged commit 3beb6ab into jefferyjob:main Nov 25, 2024
6 checks passed
@jefferyjob jefferyjob added the bug Something isn't working label Nov 25, 2024
@wesleywu wesleywu deleted the fix-cluster-issue branch November 25, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Supports for redis cluster
2 participants